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 = 182 
  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.00088

JSON explain

{
  "query_block": {
    "select_id": 1,
    "filesort": {
      "sort_key": "cscart_settings_objects.position",
      "temporary_table": {
        "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": 71,
          "filtered": 100,
          "attached_condition": "(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'"
        },
        "table": {
          "table_name": "company_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": [
            "noframes_angrybeaver.cscart_settings_objects.object_id",
            "const",
            "const"
          ],
          "rows": 1,
          "filtered": 100
        },
        "block-nl-join": {
          "table": {
            "table_name": "storefront_values",
            "access_type": "range",
            "possible_keys": ["PRIMARY", "storefront_id", "company_id"],
            "key": "company_id",
            "key_length": "4",
            "used_key_parts": ["company_id"],
            "rowid_filter": {
              "range": {
                "key": "storefront_id",
                "used_key_parts": ["storefront_id"]
              },
              "rows": 32,
              "selectivity_pct": 19.51219512
            },
            "rows": 1,
            "filtered": 19.51219559,
            "attached_condition": "storefront_values.storefront_id = 1 and storefront_values.company_id = 0"
          },
          "buffer_type": "flat",
          "buffer_size": "40Kb",
          "join_type": "BNL",
          "attached_condition": "trigcond(1) and trigcond(storefront_values.object_id = cscart_settings_objects.object_id and storefront_values.storefront_id = 1 and storefront_values.company_id = 0)"
        }
      }
    }
  }
}

Result

object_id name section_id section_tab_id type position is_global description value
6215 blog_date_format 182 183 S 0 N blog_date_format %d/%m/%Y
6220 cp_blog_power_color_scheme_settings 182 184 E 0 N cp_blog_power_color_scheme_settings color_scheme.tpl
6222 list_display_cat_sd 182 185 C 0 N list_display_cat_sd N
6232 post_display_sd 182 186 C 0 N post_display_sd N
6252 mail_lists 182 187 S 0 N mail_lists 0
6258 google_xml_notice 182 188 E 0 N google_xml_notice google_xml_notice.tpl
6271 generate_blog_category_meta 182 189 C 0 N generate_blog_category_meta Y
6274 rss_cron_pass 182 190 I 0 N rss_cron_pass ZXA_cron_go_AXZ
6216 posts_per_page 182 183 I 10 N posts_per_page 24
6221 blog_colors 182 184 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:"#38761d";s:17:"button_text_color";s:7:"#ffffff";s:10:"date_color";s:7:"#38761d";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";}
6223 list_display_read_time 182 185 C 10 N list_display_read_time N
6233 post_display_read_time 182 186 C 10 N post_display_read_time N
6253 move_subscribers 182 187 O 10 N move_subscribers
6272 generate_blog_article_meta 182 189 C 10 N generate_blog_article_meta N
6275 rss_cron_info 182 190 O 10 N rss_cron_info
6217 brand_feature_id 182 183 S 20 N brand_feature_id 0
6224 list_display_views 182 185 C 20 N list_display_views N
6234 post_display_views 182 186 C 20 N post_display_views N
6254 marketing_info 182 187 O 20 N marketing_info
6260 include_posts 182 188 C 20 N include_posts Y
6273 add_to_sitemap 182 189 S 20 N add_to_sitemap none
6218 allow_authors 182 183 C 30 N allow_authors N
6225 list_display_date 182 185 C 30 N list_display_date Y
6235 post_show_image 182 186 C 30 N post_show_image N
6255 notices_list 182 187 S 30 N notices_list 0
6261 posts_change 182 188 S 30 N posts_change daily
6277 generate_news 182 190 O 30 N generate_news
6219 author_settings 182 183 S 40 N author_settings 1
6226 list_display_comments 182 185 C 40 N list_display_comments N
6236 post_image_position 182 186 S 40 N post_image_position top
6256 send_article_delay 182 187 I 40 N send_article_delay 12
6262 posts_priority 182 188 S 40 N posts_priority 0.5
6278 ya_n_last_days 182 190 I 40 N ya_n_last_days 3
6227 list_display_author 182 185 C 50 N list_display_author N
6237 post_image_width 182 186 I 50 N post_image_width 100%
6257 send_articles 182 187 I 50 N send_articles 1
6228 list_display_type 182 185 C 60 N list_display_type N
6238 post_image_height 182 186 I 60 N post_image_height auto
6264 include_blog_categories 182 188 C 60 N include_blog_categories Y
6280 generate_dzen 182 190 O 60 N generate_dzen
6229 list_show_tags 182 185 C 70 N list_show_tags N
6239 post_display_author 182 186 C 70 N post_display_author N
6265 blog_categories_change 182 188 S 70 N blog_categories_change daily
6281 ya_z_last_days 182 190 I 70 N ya_z_last_days 3
6230 list_display_short_description 182 185 C 80 N list_display_short_description Y
6240 post_display_categories 182 186 C 80 N post_display_categories N
6266 blog_categories_priority 182 188 S 80 N blog_categories_priority 0.5
6231 list_display_view_more 182 185 C 90 N list_display_view_more N
6241 post_display_type 182 186 C 90 N post_display_type N
6283 generate_turbo 182 190 O 90 N generate_turbo
6268 include_blog_authors 182 188 C 100 N include_blog_authors Y
6284 ya_t_last_days 182 190 I 100 N ya_t_last_days 3
6243 progress_bar_height 182 186 I 110 N progress_bar_height 5
6269 blog_authors_change 182 188 S 110 N blog_authors_change daily
6244 progress_bar_color 182 186 I 120 N progress_bar_color #958e8e
6270 blog_authors_priority 182 188 S 120 N blog_authors_priority 0.5
6245 progress_bar_offset 182 186 I 130 N progress_bar_offset 0
6246 progress_bar_scroll 182 186 I 140 N progress_bar_scroll 150
6248 gallery_image_width 182 186 I 160 N gallery_image_width 895
6249 gallery_image_height 182 186 I 170 N gallery_image_height
6250 gallery_type 182 186 S 180 N gallery_type scroller
6251 gallery_columns 182 186 I 190 N gallery_columns 3