SELECT 
  cscart_bm_layouts.* 
FROM 
  cscart_bm_layouts 
WHERE 
  1 
  AND is_default = 1 
  AND theme_name = 'bright_theme_c' 
  AND storefront_id = 1

Query time 0.00009

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_bm_layouts",
      "access_type": "system",
      "possible_keys": ["is_default"],
      "rows": 1,
      "filtered": 100
    }
  }
}

Result

layout_id name is_default width layout_width min_width max_width theme_name style_id storefront_id
2 Main 1 16 fluid 280 1200 bright_theme_c Bright_theme_R 1