SELECT 
  company_id, 
  storefront 
FROM 
  cscart_companies 
WHERE 
  FIND_IN_SET('US', countries_list) 
LIMIT 
  1

Query time 0.00015

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