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, 
  IF(
    cscart_settings_vendor_values.value IS NULL, 
    cscart_settings_objects.value, 
    cscart_settings_vendor_values.value
  ) as value 
FROM 
  cscart_settings_objects 
  LEFT JOIN cscart_settings_vendor_values ON cscart_settings_vendor_values.object_id = cscart_settings_objects.object_id 
  AND company_id = 1 
WHERE 
  1 
  AND section_id = '170' 
  AND (
    FIND_IN_SET(
      'ROOT', cscart_settings_objects.edition_type
    ) 
    OR FIND_IN_SET(
      'VENDOR', cscart_settings_objects.edition_type
    ) 
    OR FIND_IN_SET(
      'ULT:ROOT', cscart_settings_objects.edition_type
    ) 
    OR FIND_IN_SET(
      'ULT:VENDOR', cscart_settings_objects.edition_type
    )
  ) 
  AND cscart_settings_objects.type <> 'H' 
ORDER BY 
  cscart_settings_objects.position

Query time 0.00114

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": 15,
          "filtered": 100,
          "attached_condition": "cscart_settings_objects.section_id <=> '170' and (find_in_set('ROOT',cscart_settings_objects.edition_type) or find_in_set('VENDOR',cscart_settings_objects.edition_type) or find_in_set('ULT:ROOT',cscart_settings_objects.edition_type) or find_in_set('ULT:VENDOR',cscart_settings_objects.edition_type)) and cscart_settings_objects.`type` <> 'H'"
        }
      }
    },
    "table": {
      "table_name": "cscart_settings_vendor_values",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "7",
      "used_key_parts": ["object_id", "company_id"],
      "ref": [
        "orbit_cscart_orbit_cscart.cscart_settings_objects.object_id",
        "const"
      ],
      "rows": 1,
      "filtered": 100
    }
  }
}

Result

object_id name section_id section_tab_id type position is_global description value
6378 position 170 171 S 0 N position bottom_right
6379 transition 170 171 I 10 N transition 600
6380 icon 170 171 S 20 N icon arrow_1
6381 margin_top 170 171 I 30 N margin_top 0
6382 margin_right 170 171 I 40 N margin_right 10
6383 margin_bottom 170 171 I 50 N margin_bottom 10
6384 margin_left 170 171 I 60 N margin_left 0
6385 font_size 170 171 I 70 N font_size 64
6386 units 170 171 S 80 N units px
6387 font_weight 170 171 S 90 N font_weight normal
6388 color 170 171 E 100 N color color.tpl
6389 hide_on_mobile 170 171 C 110 N hide_on_mobile Y
6390 show_in_admin_panel 170 171 C 120 N show_in_admin_panel
6391 ab__stt_color 170 171 D 130 N ab__stt_color #000000
6392 code 170 171 D 140 N code ABA-6pYMYooHt64WJPyWK4xB0
6393 build 170 171 D 150 N build 431