SELECT 
  COUNT(*) 
FROM 
  cscart_storefronts AS storefronts 
WHERE 
  1 = 1

Query time 0.00011

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE Select tables optimized away

Result

COUNT(*)
1