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 = '20' 
  AND (
    FIND_IN_SET(
      'ROOT', cscart_settings_objects.edition_type
    ) 
    OR FIND_IN_SET(
      'ULT:ROOT', cscart_settings_objects.edition_type
    ) 
    OR FIND_IN_SET(
      'VENDOR', 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.00063

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "10.53"
    },
    "ordering_operation": {
      "using_filesort": true,
      "nested_loop": [
        {
          "table": {
            "table_name": "cscart_settings_vendor_values",
            "access_type": "system",
            "possible_keys": [
              "PRIMARY"
            ],
            "rows_examined_per_scan": 0,
            "rows_produced_per_join": 1,
            "filtered": "0.00",
            "const_row_not_found": true,
            "cost_info": {
              "read_cost": "0.00",
              "eval_cost": "0.10",
              "prefix_cost": "0.00",
              "data_read_per_join": "24"
            },
            "used_columns": [
              "object_id",
              "company_id",
              "value"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_settings_objects",
            "access_type": "ref",
            "possible_keys": [
              "section_id"
            ],
            "key": "section_id",
            "used_key_parts": [
              "section_id"
            ],
            "key_length": "2",
            "ref": [
              "const"
            ],
            "rows_examined_per_scan": 47,
            "rows_produced_per_join": 42,
            "filtered": "90.00",
            "cost_info": {
              "read_cost": "5.83",
              "eval_cost": "4.23",
              "prefix_cost": "10.53",
              "data_read_per_join": "33K"
            },
            "used_columns": [
              "object_id",
              "edition_type",
              "name",
              "section_id",
              "section_tab_id",
              "type",
              "value",
              "position",
              "is_global"
            ],
            "attached_condition": "(((0 <> find_in_set('ROOT',`maniamall_cscart`.`cscart_settings_objects`.`edition_type`)) or (0 <> find_in_set('ULT:ROOT',`maniamall_cscart`.`cscart_settings_objects`.`edition_type`)) or (0 <> find_in_set('VENDOR',`maniamall_cscart`.`cscart_settings_objects`.`edition_type`)) or (0 <> find_in_set('ULT:VENDOR',`maniamall_cscart`.`cscart_settings_objects`.`edition_type`))) and (`maniamall_cscart`.`cscart_settings_objects`.`type` <> 'H'))"
          }
        }
      ]
    }
  }
}

Result

object_id name section_id section_tab_id type position is_global description value
5945 twitter_enable 20 21 C 10 N twitter_enable Y
5992 email_enable 20 27 C 10 N email_enable N
5951 facebook_enable 20 22 C 10 N facebook_enable Y
5986 pinterest_enable 20 26 C 10 N pinterest_enable N
5982 yandex_enable 20 25 C 10 N yandex_enable N
5972 gplus_enable 20 24 C 10 N gplus_enable N
5964 vkontakte_enable 20 23 C 10 N vkontakte_enable N
5946 twitter_via 20 21 I 20 N twitter_via
5993 email_display_on 20 27 N 20 N email_display_on N
5987 pinterest_size 20 26 S 20 N pinterest_size 20
5983 yandex_share_code 20 25 T 20 N yandex_share_code <script type="text/javascript" src="//yandex.st/share/share.js" charset="utf-8"></script><div class="yashare-auto-init" data-yashareL10n="ru" data-yashareQuickServices="vkontakte,facebook,twitter,odnoklassniki,moimir" data-yashareTheme="counter"></div>
5973 gplus_href 20 24 I 20 N gplus_href
5965 vkontakte_appid 20 23 I 20 N vkontakte_appid
5952 facebook_app_id 20 22 I 20 N facebook_app_id
5947 twitter_size 20 21 S 30 N twitter_size medium
5988 pinterest_shape 20 26 S 30 N pinterest_shape rect
5966 vkontakte_button_style 20 23 S 30 N vkontakte_button_style mini
5984 yandex_display_on 20 25 N 30 N yandex_display_on N
5953 facebook_href 20 22 I 30 N facebook_href
5974 gplus_size 20 24 S 30 N gplus_size standard
5948 twitter_display_count 20 21 S 40 N twitter_display_count horizontal
5989 pinterest_color 20 26 S 40 N pinterest_color gray
5967 vkontakte_height 20 23 I 40 N vkontakte_height 22
5954 facebook_send 20 22 C 40 N facebook_send Y
5975 gplus_annotation 20 24 S 40 N gplus_annotation bubble
5976 gplus_width 20 24 I 50 N gplus_width
5990 pinterest_display_on 20 26 N 50 N pinterest_display_on #M#products=Y
5949 twitter_display_on 20 21 N 50 N twitter_display_on #M#products=Y
5955 facebook_width 20 22 I 50 N facebook_width 450
5968 vkontakte_width 20 23 I 50 N vkontakte_width 350
5977 gplus_align 20 24 S 60 N gplus_align left
5956 facebook_layout 20 22 S 60 N facebook_layout button_count
5969 vkontakte_buttons_name 20 23 S 60 N vkontakte_buttons_name like
5978 gplus_expandto 20 24 S 70 N gplus_expandto top
5970 vkontakte_display_on 20 23 N 70 N vkontakte_display_on N
5957 facebook_show_faces 20 22 C 70 N facebook_show_faces N
5979 gplus_recommendations 20 24 S 80 N gplus_recommendations yes
5958 facebook_action 20 22 S 80 N facebook_action like
5959 facebook_lang 20 22 S 90 N facebook_lang en_US
5980 gplus_display_on 20 24 N 90 N gplus_display_on #M#products=Y
5960 facebook_action_font 20 22 S 100 N facebook_action_font arial
5961 facebook_colorscheme 20 22 S 110 N facebook_colorscheme light
5962 facebook_display_on 20 22 N 120 N facebook_display_on #M#products=Y