SELECT 
  COUNT(*) 
FROM 
  cscart_products 
WHERE 
  product_id = 658

Query time 0.00026

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE cscart_products const PRIMARY PRIMARY 3 const 1 Using index

Result

COUNT(*)
1