SELECT 
  * 
FROM 
  cscart_logos 
WHERE 
  layout_id IN (2, 0) 
  AND storefront_id IN (1, 0) 
  AND company_id = 0

Query time 0.00156

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_logos",
      "access_type": "ALL",
      "rows": 81,
      "filtered": 100,
      "attached_condition": "cscart_logos.company_id = 0 and cscart_logos.layout_id in (2,0) 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
11 2 Bright_theme 0 theme 1
12 2 Bright_theme 0 favicon 1
13 2 Bright_theme 0 mail 1
14 2 Bright_theme 0 vendor 1