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

Query time 0.00097

JSON explain

{
  "query_block": {
    "select_id": 1,
    "filesort": {
      "sort_key": "cscart_settings_objects.position",
      "temporary_table": {
        "table": {
          "table_name": "cscart_settings_objects",
          "access_type": "ref",
          "possible_keys": ["section_id"],
          "key": "section_id",
          "key_length": "4",
          "used_key_parts": ["section_id"],
          "ref": ["const"],
          "rows": 72,
          "filtered": 100,
          "attached_condition": "(find_in_set('STOREFRONT',cscart_settings_objects.edition_type) or find_in_set('VENDOR',cscart_settings_objects.edition_type) or find_in_set('ROOT',cscart_settings_objects.edition_type) or find_in_set('ULT:STOREFRONT',cscart_settings_objects.edition_type) or find_in_set('ULT:VENDOR',cscart_settings_objects.edition_type) or find_in_set('ULT:ROOT',cscart_settings_objects.edition_type)) and cscart_settings_objects.`type` <> 'H'"
        },
        "table": {
          "table_name": "company_values",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY", "storefront_id", "company_id"],
          "key": "PRIMARY",
          "key_length": "11",
          "used_key_parts": ["object_id", "company_id", "storefront_id"],
          "ref": [
            "noframes_angrybeaver.cscart_settings_objects.object_id",
            "const",
            "const"
          ],
          "rows": 1,
          "filtered": 100
        },
        "block-nl-join": {
          "table": {
            "table_name": "storefront_values",
            "access_type": "range",
            "possible_keys": ["PRIMARY", "storefront_id", "company_id"],
            "key": "company_id",
            "key_length": "4",
            "used_key_parts": ["company_id"],
            "rowid_filter": {
              "range": {
                "key": "storefront_id",
                "used_key_parts": ["storefront_id"]
              },
              "rows": 32,
              "selectivity_pct": 19.51219512
            },
            "rows": 1,
            "filtered": 19.51219559,
            "attached_condition": "storefront_values.storefront_id = 1 and storefront_values.company_id = 0"
          },
          "buffer_type": "flat",
          "buffer_size": "41Kb",
          "join_type": "BNL",
          "attached_condition": "trigcond(1) and trigcond(storefront_values.object_id = cscart_settings_objects.object_id and storefront_values.storefront_id = 1 and storefront_values.company_id = 0)"
        }
      }
    }
  }
}

Result

object_id name section_id section_tab_id type position is_global description value
6322 search_on_name 197 199 C 0 N search_on_name Y
6338 search_categories 197 200 C 0 N search_categories Y
6342 out_stock_end 197 201 C 0 N out_stock_end Y
6349 show_price 197 203 S 0 N show_price Y
6354 image_width 197 204 I 0 N image_width 75
6314 search_products 197 198 C 10 N search_products Y
6323 search_on_keywords 197 199 C 10 N search_on_keywords Y
6339 show_parent_category 197 200 C 10 N show_parent_category Y
6343 increase_popularity 197 201 C 10 N increase_popularity Y
6347 search_storefront_categories 197 202 C 10 N search_storefront_categories N
6350 show_cart 197 203 S 10 N show_cart Y
6355 image_height 197 204 I 10 N image_height 75
6315 search_brands 197 198 C 20 N search_brands Y
6324 search_on_metakeywords 197 199 C 20 N search_on_metakeywords N
6340 search_on_category_name 197 200 C 20 N search_on_category_name Y
6344 sort_by 197 201 S 20 N sort_by cls_relevance_with_popularity
6348 allow_storefronts 197 202 N 20 N allow_storefronts N
6351 show_product_code 197 203 C 20 N show_product_code Y
6356 show_category_gradient 197 204 C 20 N show_category_gradient N
6316 brands_feature_id 197 198 S 30 N brands_feature_id 18
6325 search_on_metatitle 197 199 C 30 N search_on_metatitle N
6341 search_on_category_metakeywords 197 200 C 30 N search_on_category_metakeywords N
6345 sort_order 197 201 S 30 N sort_order desc
6352 show_wish 197 203 C 30 N show_wish Y
6357 color_type 197 204 S 30 N color_type M
6317 search_vendors 197 198 C 40 N search_vendors N
6326 search_on_metadesc 197 199 C 40 N search_on_metadesc N
6353 show_category 197 203 C 40 N show_category Y
6358 clr_category_e 197 204 I 40 N clr_category_e #DB4437
6318 search_blog 197 198 C 50 N search_blog N
6327 search_on_pcode 197 199 C 50 N search_on_pcode N
6359 min_width 197 204 I 50 N min_width 500
6319 search_pages 197 198 C 60 N search_pages N
6328 search_on_description 197 199 C 60 N search_on_description N
6360 margin 197 204 I 60 N margin 56
6329 search_on_short_description 197 199 C 70 N search_on_short_description N
6361 border_radius 197 204 I 70 N border_radius 0
6321 block_enter_press 197 198 C 80 N block_enter_press N
6330 search_on_product_id 197 199 C 80 N search_on_product_id N
6362 clr_border 197 204 I 80 N clr_border #ffffff
6331 search_on_features 197 199 C 90 N search_on_features N
6363 clr_top_bg 197 204 I 90 N clr_top_bg #ffffff
6332 search_by_features 197 199 M 100 N search_by_features
6364 clr_hover 197 204 I 100 N clr_hover #ffffff
6333 search_on_options 197 199 C 110 N search_on_options N
6365 clr_links 197 204 I 110 N clr_links #000000
6334 use_stop_words 197 199 C 120 N use_stop_words Y
6366 clr_links_hover 197 204 I 120 N clr_links_hover #999999
6335 limit 197 199 I 130 N limit 4
6336 characters_limit 197 199 I 140 N characters_limit 3
6368 btn_atc_radius 197 204 I 140 N btn_atc_radius 2
6337 autoredirect 197 199 C 150 N autoredirect N
6369 clr_btn_atc_border 197 204 I 150 N clr_btn_atc_border #36a0fb
6370 clr_btn_atc_border_hover 197 204 I 160 N clr_btn_atc_border_hover #a5acb2
6371 clr_btn_atc_text 197 204 I 170 N clr_btn_atc_text #fff
6372 clr_btn_atc_text_hover 197 204 I 180 N clr_btn_atc_text_hover #334553
6373 clr_btn_atc_bg 197 204 I 190 N clr_btn_atc_bg #36a0fb
6374 clr_btn_atc_bg_hover 197 204 I 200 N clr_btn_atc_bg_hover #fff
6376 clr_btn_atw_text 197 204 I 220 N clr_btn_atw_text #e31b23
6377 clr_btn_atw_text_hover 197 204 I 230 N clr_btn_atw_text_hover #98002e
6379 btn_radius 197 204 I 250 N btn_radius 999
6380 clr_btn_border 197 204 I 260 N clr_btn_border #a5acb2
6381 clr_btn_border_hover 197 204 I 270 N clr_btn_border_hover #a5acb2
6382 clr_btn_text 197 204 I 280 N clr_btn_text #fff
6383 clr_btn_text_hover 197 204 I 290 N clr_btn_text_hover #334553
6384 clr_btn_bg 197 204 I 300 N clr_btn_bg #a5acb2
6385 clr_btn_bg_hover 197 204 I 310 N clr_btn_bg_hover #fff