SELECT 
  * 
FROM 
  cscart_logos 
WHERE 
  layout_id IN (3, 0) 
  AND style_id IN ('Bright_theme', '') 
  AND storefront_id IN (1, 0) 
  AND company_id = 0

Query time 0.00004

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_logos",
          "access_type": "ALL",
          "rows": 1442,
          "filtered": 100,
          "attached_condition": "cscart_logos.company_id = 0 and cscart_logos.layout_id in (3,0) and cscart_logos.style_id in ('Bright_theme','') and cscart_logos.storefront_id in (1,0)"
        }
      }
    ]
  }
}

Result

logo_id layout_id style_id company_id type storefront_id
10 0 0 gift_cert 1
39 3 Bright_theme 0 theme 1
40 3 Bright_theme 0 favicon 1
41 3 Bright_theme 0 mail 1
42 3 Bright_theme 0 vendor 1