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 = 198 
  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.00007

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "56.40"
    },
    "ordering_operation": {
      "using_filesort": true,
      "nested_loop": [
        {
          "table": {
            "table_name": "company_values",
            "access_type": "system",
            "possible_keys": [
              "PRIMARY",
              "storefront_id",
              "company_id"
            ],
            "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.20",
              "prefix_cost": "0.00",
              "data_read_per_join": "24"
            },
            "used_columns": [
              "object_id",
              "company_id",
              "storefront_id",
              "value"
            ]
          }
        },
        {
          "table": {
            "table_name": "storefront_values",
            "access_type": "system",
            "possible_keys": [
              "PRIMARY",
              "storefront_id",
              "company_id"
            ],
            "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.20",
              "prefix_cost": "0.00",
              "data_read_per_join": "24"
            },
            "used_columns": [
              "object_id",
              "company_id",
              "storefront_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": "4",
            "ref": [
              "const"
            ],
            "rows_examined_per_scan": 72,
            "rows_produced_per_join": 64,
            "filtered": "90.00",
            "index_condition": "(`44mm_ru`.`cscart_settings_objects`.`section_id` <=> 198)",
            "cost_info": {
              "read_cost": "42.00",
              "eval_cost": "12.96",
              "prefix_cost": "56.40",
              "data_read_per_join": "51K"
            },
            "used_columns": [
              "object_id",
              "edition_type",
              "name",
              "section_id",
              "section_tab_id",
              "type",
              "value",
              "position",
              "is_global"
            ],
            "attached_condition": "((find_in_set('STOREFRONT',`44mm_ru`.`cscart_settings_objects`.`edition_type`) or find_in_set('VENDOR',`44mm_ru`.`cscart_settings_objects`.`edition_type`) or find_in_set('ROOT',`44mm_ru`.`cscart_settings_objects`.`edition_type`) or find_in_set('ULT:STOREFRONT',`44mm_ru`.`cscart_settings_objects`.`edition_type`) or find_in_set('ULT:VENDOR',`44mm_ru`.`cscart_settings_objects`.`edition_type`) or find_in_set('ULT:ROOT',`44mm_ru`.`cscart_settings_objects`.`edition_type`)) and (`44mm_ru`.`cscart_settings_objects`.`type` <> 'H'))"
          }
        }
      ]
    }
  }
}

Result

object_id name section_id section_tab_id type position is_global description value
6231 licensekey 198 199 I 0 N licensekey CP-PB-OO26-RYIN-FFV9-W812
6237 cp_blog_power_color_scheme_settings 198 200 E 0 N cp_blog_power_color_scheme_settings color_scheme.tpl
6239 list_display_cat_sd 198 201 C 0 N list_display_cat_sd Y
6249 post_display_sd 198 202 C 0 N post_display_sd Y
6271 mail_lists 198 203 S 0 N mail_lists 2
6277 google_xml_notice 198 204 E 0 N google_xml_notice google_xml_notice.tpl
6290 generate_blog_category_meta 198 205 C 0 N generate_blog_category_meta Y
6293 rss_cron_pass 198 206 I 0 N rss_cron_pass ZXA_cron_go_AXZ
6232 blog_date_format 198 199 S 10 N blog_date_format %b %e, %Y
6238 blog_colors 198 200 D 10 N blog_colors a:13:{s:12:"header_color";s:7:"#272727";s:10:"link_color";s:7:"#666666";s:12:"button_color";s:7:"#10b9e4";s:17:"button_text_color";s:7:"#ffffff";s:10:"date_color";s:7:"#10b9e4";s:15:"date_text_color";s:7:"#ffffff";s:20:"content_header_color";s:7:"#272727";s:18:"content_text_color";s:7:"#434343";s:18:"content_link_color";s:7:"#1c4587";s:19:"blocks_header_color";s:7:"#272727";s:17:"blocks_text_color";s:7:"#434343";s:17:"blocks_link_color";s:7:"#1c4587";s:19:"blocks_border_color";s:7:"#d9d9d9";}
6240 list_display_read_time 198 201 C 10 N list_display_read_time Y
6250 post_display_read_time 198 202 C 10 N post_display_read_time Y
6272 move_subscribers 198 203 O 10 N move_subscribers
6291 generate_blog_article_meta 198 205 C 10 N generate_blog_article_meta Y
6294 rss_cron_info 198 206 O 10 N rss_cron_info
6233 posts_per_page 198 199 I 20 N posts_per_page 12
6241 list_display_views 198 201 C 20 N list_display_views Y
6251 post_calculate_reading_time 198 202 C 20 N post_calculate_reading_time Y
6273 marketing_info 198 203 O 20 N marketing_info
6279 include_posts 198 204 C 20 N include_posts Y
6292 add_to_sitemap 198 205 S 20 N add_to_sitemap full_categories_tree
6234 brand_feature_id 198 199 S 30 N brand_feature_id 18
6242 list_display_date 198 201 C 30 N list_display_date Y
6252 post_display_views 198 202 C 30 N post_display_views Y
6274 notices_list 198 203 S 30 N notices_list 0
6280 posts_change 198 204 S 30 N posts_change daily
6296 generate_news 198 206 O 30 N generate_news
6235 allow_authors 198 199 C 40 N allow_authors N
6243 list_display_comments 198 201 C 40 N list_display_comments Y
6253 post_show_image 198 202 C 40 N post_show_image Y
6275 send_article_delay 198 203 I 40 N send_article_delay 12
6281 posts_priority 198 204 S 40 N posts_priority 0.5
6297 ya_n_last_days 198 206 I 40 N ya_n_last_days 3
6236 author_settings 198 199 S 50 N author_settings 1
6244 list_display_author 198 201 C 50 N list_display_author Y
6254 post_image_position 198 202 S 50 N post_image_position top
6276 send_articles 198 203 I 50 N send_articles 1
6245 list_display_type 198 201 C 60 N list_display_type N
6255 post_image_width 198 202 I 60 N post_image_width 300
6283 include_blog_categories 198 204 C 60 N include_blog_categories Y
6299 generate_dzen 198 206 O 60 N generate_dzen
6246 list_show_tags 198 201 C 70 N list_show_tags Y
6256 post_image_height 198 202 I 70 N post_image_height
6284 blog_categories_change 198 204 S 70 N blog_categories_change daily
6300 ya_z_last_days 198 206 I 70 N ya_z_last_days 3
6247 list_display_short_description 198 201 C 80 N list_display_short_description Y
6257 post_display_author 198 202 C 80 N post_display_author Y
6285 blog_categories_priority 198 204 S 80 N blog_categories_priority 0.5
6248 list_display_view_more 198 201 C 90 N list_display_view_more Y
6258 post_display_categories 198 202 C 90 N post_display_categories Y
6302 generate_turbo 198 206 O 90 N generate_turbo
6259 post_display_type 198 202 C 100 N post_display_type Y
6287 include_blog_authors 198 204 C 100 N include_blog_authors Y
6303 ya_t_last_days 198 206 I 100 N ya_t_last_days 0
6288 blog_authors_change 198 204 S 110 N blog_authors_change daily
6261 progress_bar_height 198 202 I 120 N progress_bar_height 5
6289 blog_authors_priority 198 204 S 120 N blog_authors_priority 0.5
6262 progress_bar_color 198 202 I 130 N progress_bar_color #958e8e
6263 progress_bar_offset 198 202 I 140 N progress_bar_offset 0
6264 progress_bar_offset_mobile 198 202 I 150 N progress_bar_offset_mobile 0
6265 progress_bar_scroll 198 202 I 160 N progress_bar_scroll 150
6267 gallery_image_width 198 202 I 180 N gallery_image_width 895
6268 gallery_image_height 198 202 I 190 N gallery_image_height
6269 gallery_type 198 202 S 200 N gallery_type scroller
6270 gallery_columns 198 202 I 210 N gallery_columns 3