SELECT 
  settings_objects.object_id as object_id, 
  name, 
  section_id, 
  section_tab_id, 
  type, 
  position, 
  is_global, 
  settings_objects.name as description, 
  (
    CASE WHEN storefront_values.object_id IS NOT NULL THEN storefront_values.value ELSE settings_objects.value END
  ) AS value 
FROM 
  settings_objects 
  LEFT JOIN settings_vendor_values AS storefront_values ON storefront_values.object_id = settings_objects.object_id 
  AND storefront_values.storefront_id = 1 
  AND storefront_values.company_id = 0 
WHERE 
  1 
  AND section_id = 132 
  AND (
    FIND_IN_SET(
      'STOREFRONT', settings_objects.edition_type
    ) 
    OR FIND_IN_SET(
      'ROOT', settings_objects.edition_type
    ) 
    OR FIND_IN_SET(
      'MVE:STOREFRONT', settings_objects.edition_type
    ) 
    OR FIND_IN_SET(
      'MVE:ROOT', settings_objects.edition_type
    )
  ) 
  AND settings_objects.type <> 'H' 
ORDER BY 
  settings_objects.position

Query time 0.00104

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "77.03"
    },
    "ordering_operation": {
      "using_filesort": true,
      "nested_loop": [
        {
          "table": {
            "table_name": "settings_objects",
            "access_type": "ref",
            "possible_keys": [
              "section_id"
            ],
            "key": "section_id",
            "used_key_parts": [
              "section_id"
            ],
            "key_length": "4",
            "ref": [
              "const"
            ],
            "rows_examined_per_scan": 73,
            "rows_produced_per_join": 65,
            "filtered": "90.00",
            "cost_info": {
              "read_cost": "4.50",
              "eval_cost": "6.57",
              "prefix_cost": "11.80",
              "data_read_per_join": "51K"
            },
            "used_columns": [
              "object_id",
              "edition_type",
              "name",
              "section_id",
              "section_tab_id",
              "type",
              "value",
              "position",
              "is_global"
            ],
            "attached_condition": "(((0 <> find_in_set('STOREFRONT',`goimagine`.`settings_objects`.`edition_type`)) or (0 <> find_in_set('ROOT',`goimagine`.`settings_objects`.`edition_type`)) or (0 <> find_in_set('MVE:STOREFRONT',`goimagine`.`settings_objects`.`edition_type`)) or (0 <> find_in_set('MVE:ROOT',`goimagine`.`settings_objects`.`edition_type`))) and (`goimagine`.`settings_objects`.`type` <> 'H'))"
          }
        },
        {
          "table": {
            "table_name": "storefront_values",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY",
              "storefront_id",
              "company_id"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "object_id",
              "company_id",
              "storefront_id"
            ],
            "key_length": "11",
            "ref": [
              "goimagine.settings_objects.object_id",
              "const",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 65,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "58.66",
              "eval_cost": "6.57",
              "prefix_cost": "77.03",
              "data_read_per_join": "1K"
            },
            "used_columns": [
              "object_id",
              "company_id",
              "value",
              "storefront_id"
            ]
          }
        }
      ]
    }
  }
}

Result

object_id name section_id section_tab_id type position is_global description value
6028 show_price 132 138 S 0 N show_price Y
6017 search_categories 132 135 C 0 N search_categories Y
6021 out_stock_end 132 136 C 0 N out_stock_end N
6001 search_on_name 132 134 C 0 N search_on_name N
6033 image_width 132 139 I 0 N image_width 75
6029 show_cart 132 138 S 10 N show_cart Y
6034 image_height 132 139 I 10 N image_height 75
6002 search_on_keywords 132 134 C 10 N search_on_keywords N
6026 search_storefront_categories 132 137 C 10 N search_storefront_categories N
6022 increase_popularity 132 136 C 10 N increase_popularity Y
6018 show_parent_category 132 135 C 10 N show_parent_category Y
5993 search_products 132 133 C 10 N search_products N
6030 show_product_code 132 138 C 20 N show_product_code Y
5994 search_brands 132 133 C 20 N search_brands N
6027 allow_storefronts 132 137 N 20 N allow_storefronts N
6023 sort_by 132 136 S 20 N sort_by cls_relevance_with_popularity
6035 show_category_gradient 132 139 C 20 N show_category_gradient N
6019 search_on_category_name 132 135 C 20 N search_on_category_name Y
6003 search_on_metakeywords 132 134 C 20 N search_on_metakeywords N
5995 brands_feature_id 132 133 S 30 N brands_feature_id
6036 color_type 132 139 S 30 N color_type M
6031 show_wish 132 138 C 30 N show_wish Y
6020 search_on_category_metakeywords 132 135 C 30 N search_on_category_metakeywords Y
6004 search_on_metatitle 132 134 C 30 N search_on_metatitle N
6024 sort_order 132 136 S 30 N sort_order desc
5996 search_vendors 132 133 C 40 N search_vendors Y
6032 show_category 132 138 C 40 N show_category Y
6037 clr_category_e 132 139 I 40 N clr_category_e #DB4437
6005 search_on_metadesc 132 134 C 40 N search_on_metadesc N
6006 search_on_pcode 132 134 C 50 N search_on_pcode N
5997 search_blog 132 133 C 50 N search_blog N
6038 min_width 132 139 I 50 N min_width 400
6007 search_on_description 132 134 C 60 N search_on_description N
5998 search_pages 132 133 C 60 N search_pages N
6039 margin 132 139 I 60 N margin 48
6008 search_on_short_description 132 134 C 70 N search_on_short_description N
6040 border_radius 132 139 I 70 N border_radius 5
6000 block_enter_press 132 133 C 80 N block_enter_press N
6009 search_on_product_id 132 134 C 80 N search_on_product_id N
6041 clr_border 132 139 I 80 N clr_border #A5ACB2
6042 clr_top_bg 132 139 I 90 N clr_top_bg #FAFAFA
6010 search_on_features 132 134 C 90 N search_on_features N
6011 search_by_features 132 134 M 100 N search_by_features
6043 clr_hover 132 139 I 100 N clr_hover #F3F3F3
6044 clr_links 132 139 I 110 N clr_links #334553
6012 search_on_options 132 134 C 110 N search_on_options N
6045 clr_links_hover 132 139 I 120 N clr_links_hover #678ca9
6013 use_stop_words 132 134 C 120 N use_stop_words N
6014 limit 132 134 I 130 N limit 7
6015 characters_limit 132 134 I 140 N characters_limit 3
6047 btn_atc_radius 132 139 I 140 N btn_atc_radius 2
6048 clr_btn_atc_border 132 139 I 150 N clr_btn_atc_border #36a0fb
6016 autoredirect 132 134 C 150 N autoredirect N
6049 clr_btn_atc_border_hover 132 139 I 160 N clr_btn_atc_border_hover #a5acb2
6050 clr_btn_atc_text 132 139 I 170 N clr_btn_atc_text #fff
6051 clr_btn_atc_text_hover 132 139 I 180 N clr_btn_atc_text_hover #334553
6052 clr_btn_atc_bg 132 139 I 190 N clr_btn_atc_bg #36a0fb
6053 clr_btn_atc_bg_hover 132 139 I 200 N clr_btn_atc_bg_hover #fff
6055 clr_btn_atw_text 132 139 I 220 N clr_btn_atw_text #e31b23
6056 clr_btn_atw_text_hover 132 139 I 230 N clr_btn_atw_text_hover #98002e
6058 btn_radius 132 139 I 250 N btn_radius 2
6059 clr_btn_border 132 139 I 260 N clr_btn_border #a5acb2
6060 clr_btn_border_hover 132 139 I 270 N clr_btn_border_hover #a5acb2
6061 clr_btn_text 132 139 I 280 N clr_btn_text #fff
6062 clr_btn_text_hover 132 139 I 290 N clr_btn_text_hover #334553
6063 clr_btn_bg 132 139 I 300 N clr_btn_bg #a5acb2
6064 clr_btn_bg_hover 132 139 I 310 N clr_btn_bg_hover #fff