SELECT 
  * 
FROM 
  cscart_wk_accordian 
WHERE 
  status = 'A' 
  AND storefront_id = 1 
  OR storefront_id = 0

Query time 0.00021

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE Impossible WHERE noticed after reading const tables