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 = 194 
  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.00127

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": 33,
          "filtered": 100,
          "attached_condition": "cscart_settings_objects.section_id <=> 194 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
6148 social_buttons 194 195 E 10 N social_buttons social_buttons.tpl
6149 vkontakte 194 195 D 20 N vkontakte N
6150 vkontakte_position 194 195 D 30 N vkontakte_position 0
6151 pinterest 194 195 D 40 N pinterest Y
6152 pinterest_position 194 195 D 50 N pinterest_position 0
6153 odnoklassniki 194 195 D 60 N odnoklassniki N
6154 odnoklassniki_position 194 195 D 70 N odnoklassniki_position 0
6155 moimir 194 195 D 80 N moimir N
6156 moimir_position 194 195 D 90 N moimir_position 0
6157 twitter 194 195 D 100 N twitter Y
6158 twitter_position 194 195 D 110 N twitter_position 0
6159 digg 194 195 D 120 N digg Y
6160 digg_position 194 195 D 130 N digg_position 0
6161 reddit 194 195 D 140 N reddit Y
6162 reddit_position 194 195 D 150 N reddit_position 0
6163 evernote 194 195 D 160 N evernote N
6164 evernote_position 194 195 D 170 N evernote_position 0
6165 linkedin 194 195 D 180 N linkedin Y
6166 linkedin_position 194 195 D 190 N linkedin_position 0
6167 lj 194 195 D 200 N lj N
6168 lj_position 194 195 D 210 N lj_position 0
6169 pocket 194 195 D 220 N pocket N
6170 pocket_position 194 195 D 230 N pocket_position 0
6171 qzone 194 195 D 240 N qzone N
6172 qzone_position 194 195 D 250 N qzone_position 0
6173 sinaWeibo 194 195 D 260 N sinaWeibo N
6174 sinaWeibo_position 194 195 D 270 N sinaWeibo_position 0
6175 tumblr 194 195 D 280 N tumblr Y
6176 tumblr_position 194 195 D 290 N tumblr_position 0
6178 small_size 194 195 C 310 N small_size
6179 amount_social_buttons 194 195 I 320 N amount_social_buttons
6180 view_color 194 195 C 330 N view_color
6181 color_social_buttons 194 195 I 340 N color_social_buttons #444
6183 display_social_buttons 194 195 E 360 N display_social_buttons display.tpl
6184 products 194 195 C 370 N products Y
6185 pages 194 195 C 380 N pages Y
6186 promotions 194 195 C 390 N promotions
6187 subscription_type 194 195 D 400 N subscription_type base
6188 subscription_type_last_check 194 195 D 410 N subscription_type_last_check 1709594873