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 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 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 = 129 
  AND (
    FIND_IN_SET(
      'STOREFRONT', cscart_settings_objects.edition_type
    ) 
    OR FIND_IN_SET(
      'ROOT', cscart_settings_objects.edition_type
    ) 
    OR FIND_IN_SET(
      'MVE:STOREFRONT', cscart_settings_objects.edition_type
    ) 
    OR FIND_IN_SET(
      'MVE:ROOT', cscart_settings_objects.edition_type
    )
  ) 
  AND cscart_settings_objects.type <> 'H' 
ORDER BY 
  cscart_settings_objects.position

Query time 0.00071

JSON explain

{
  "query_block": {
    "select_id": 1,
    "read_sorted_file": {
      "filesort": {
        "sort_key": "cscart_settings_objects.position",
        "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": 40,
          "filtered": 100,
          "attached_condition": "cscart_settings_objects.section_id <=> 129 and (find_in_set('STOREFRONT',cscart_settings_objects.edition_type) or find_in_set('ROOT',cscart_settings_objects.edition_type) or find_in_set('MVE:STOREFRONT',cscart_settings_objects.edition_type) or find_in_set('MVE:ROOT',cscart_settings_objects.edition_type)) and cscart_settings_objects.`type` <> 'H'"
        }
      }
    },
    "table": {
      "table_name": "storefront_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": ["devmotorsbay.cscart_settings_objects.object_id", "const", "const"],
      "rows": 1,
      "filtered": 100
    }
  }
}

Result

object_id name section_id section_tab_id type position is_global description value
5993 display_option 129 130 S 0 N display_option card
5999 title_admin 129 131 E 0 N title_admin title_admin.tpl
6020 title_vendor 129 132 E 0 N title_vendor title_vendor.tpl
6042 license 129 133 I 0 N license MP-Z1EA-6KKY-V140-UH8M
5994 aling 129 130 S 10 N aling center
6000 show_subtitle 129 131 C 10 N show_subtitle N
6021 show_vendor_subtitle 129 132 C 10 N show_vendor_subtitle N
5995 languages 129 130 S 20 N languages right
6001 bg_color 129 131 I 20 N bg_color #ee4876
6022 show_become_a_seller_link 129 132 C 20 N show_become_a_seller_link Y
5996 title_size 129 130 I 30 N title_size 28px
6002 panel_bg 129 131 I 30 N panel_bg
6023 bg_color_vendor 129 132 I 30 N bg_color_vendor #ee4876
5997 subtitle_size 129 130 I 40 N subtitle_size 13px
6003 admin_bg 129 131 E 40 N admin_bg admin_bg.tpl
6024 panel_bg_vendor 129 132 I 40 N panel_bg_vendor #fff
5998 store_logo 129 130 E 50 N store_logo store_logo.tpl
6004 title_color 129 131 I 50 N title_color #333
6025 vendor_bg 129 132 E 50 N vendor_bg vendor_bg.tpl
6005 subtitle_color 129 131 I 60 N subtitle_color #666
6026 title_color_vendor 129 132 I 60 N title_color_vendor #333
6006 link_color 129 131 I 70 N link_color #0388cc
6027 subtitle_color_vendor 129 132 I 70 N subtitle_color_vendor #666
6007 label_color 129 131 I 80 N label_color #333
6028 link_color_vendor 129 132 I 80 N link_color_vendor #258d78
6008 input_border_color 129 131 I 90 N input_border_color #d3dbe2
6029 label_color_vendor 129 132 I 90 N label_color_vendor #333
6009 input_border_focus 129 131 I 100 N input_border_focus #ed4f7a
6030 input_border_color_vendor 129 132 I 100 N input_border_color_vendor #d3dbe2
6010 input_bg 129 131 I 110 N input_bg #fff
6031 input_border_focus_vendor 129 132 I 110 N input_border_focus_vendor #ed4f7a
6011 input_txt 129 131 I 120 N input_txt #333
6032 input_bg_vendor 129 132 I 120 N input_bg_vendor #fff
6012 btn_bg 129 131 I 130 N btn_bg #f67055
6033 input_txt_vendor 129 132 I 130 N input_txt_vendor #333
6013 btn_bg_hover 129 131 I 140 N btn_bg_hover #ed4f7a
6034 btn_bg_vendor 129 132 I 140 N btn_bg_vendor #f67055
6014 btn_text 129 131 I 150 N btn_text #fff
6035 btn_bg_hover_vendor 129 132 I 150 N btn_bg_hover_vendor #ed4f7a
6015 btn_text_hover 129 131 I 160 N btn_text_hover #fff
6036 btn_text_vendor 129 132 I 160 N btn_text_vendor #fff
6016 lang_sw_color 129 131 I 170 N lang_sw_color #1e1e1e
6037 btn_text_hover_vendor 129 132 I 170 N btn_text_hover_vendor #fff
6017 custom_css_code 129 131 T 180 N custom_css_code
6038 lang_sw_color_vendor 129 132 I 180 N lang_sw_color_vendor #1e1e1e
6018 custom_code_admin 129 131 T 190 N custom_code_admin
6039 custom_css_code_vendor 129 132 T 190 N custom_css_code_vendor
6019 custom_code_after_btn 129 131 T 200 N custom_code_after_btn
6040 custom_code_vendor 129 132 T 200 N custom_code_vendor
6041 custom_code_after_btn_vendor 129 132 T 210 N custom_code_after_btn_vendor