SELECT 
  c.* 
FROM 
  cscart_bm_containers as c 
WHERE 
  1 
  AND c.location_id = 37 
  AND c.company_id = 0

Query time 0.00015

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE c ref location_id,location_id_company_id,location_id_position_company_id location_id_company_id 7 const,const 4

Result

container_id location_id position width user_class linked_to_default status company_id
145 37 TOP_PANEL 16 Y A 0
146 37 HEADER 16 Y A 0
147 37 CONTENT 16 Y A 0
148 37 FOOTER 16 Y A 0