SELECT 
  settings_objects.object_id as object_id, 
  name, 
  section_id, 
  section_tab_id, 
  type, 
  position, 
  is_global, 
  settings_objects.name as description, 
  (
    CASE WHEN storefront_values.object_id IS NOT NULL THEN storefront_values.value ELSE settings_objects.value END
  ) AS value 
FROM 
  settings_objects 
  LEFT JOIN settings_vendor_values AS storefront_values ON storefront_values.object_id = settings_objects.object_id 
  AND storefront_values.storefront_id = 1 
  AND storefront_values.company_id = 0 
WHERE 
  1 
  AND section_id = 384 
  AND (
    FIND_IN_SET(
      'STOREFRONT', settings_objects.edition_type
    ) 
    OR FIND_IN_SET(
      'ROOT', settings_objects.edition_type
    ) 
    OR FIND_IN_SET(
      'MVE:STOREFRONT', settings_objects.edition_type
    ) 
    OR FIND_IN_SET(
      'MVE:ROOT', settings_objects.edition_type
    )
  ) 
  AND settings_objects.type <> 'H' 
ORDER BY 
  settings_objects.position

Query time 0.00078

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "13.68"
    },
    "ordering_operation": {
      "using_filesort": true,
      "nested_loop": [
        {
          "table": {
            "table_name": "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": 11,
            "rows_produced_per_join": 9,
            "filtered": "90.00",
            "cost_info": {
              "read_cost": "2.75",
              "eval_cost": "0.99",
              "prefix_cost": "3.85",
              "data_read_per_join": "7K"
            },
            "used_columns": [
              "object_id",
              "edition_type",
              "name",
              "section_id",
              "section_tab_id",
              "type",
              "value",
              "position",
              "is_global"
            ],
            "attached_condition": "(((0 <> find_in_set('STOREFRONT',`goimagine`.`settings_objects`.`edition_type`)) or (0 <> find_in_set('ROOT',`goimagine`.`settings_objects`.`edition_type`)) or (0 <> find_in_set('MVE:STOREFRONT',`goimagine`.`settings_objects`.`edition_type`)) or (0 <> find_in_set('MVE:ROOT',`goimagine`.`settings_objects`.`edition_type`))) and (`goimagine`.`settings_objects`.`type` <> 'H'))"
          }
        },
        {
          "table": {
            "table_name": "storefront_values",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY",
              "storefront_id",
              "company_id"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "object_id",
              "company_id",
              "storefront_id"
            ],
            "key_length": "11",
            "ref": [
              "goimagine.settings_objects.object_id",
              "const",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 9,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "8.84",
              "eval_cost": "0.99",
              "prefix_cost": "13.68",
              "data_read_per_join": "237"
            },
            "used_columns": [
              "object_id",
              "company_id",
              "value",
              "storefront_id"
            ]
          }
        }
      ]
    }
  }
}

Result

object_id name section_id section_tab_id type position is_global description value
6914 wk_sv_colors 384 386 E 0 N wk_sv_colors sv_colors.tpl
6906 allow_all_for_vacations 384 385 C 10 N allow_all_for_vacations Y
6915 wk_sv_store_theme_settings 384 386 D 10 N wk_sv_store_theme_settings a:1:{s:6:"colors";a:3:{s:12:"p_text_color";s:7:"#000000";s:18:"p_background_color";s:7:"#99d9d9";s:14:"p_border_color";s:7:"#000000";}}
6907 auto_approve_vendor_vacations 384 385 C 20 N auto_approve_vendor_vacations Y
6908 apply_for_vacations_minimum_days_before 384 385 I 30 N apply_for_vacations_minimum_days_before 0
6909 mail_address_for_notification 384 385 I 40 N mail_address_for_notification jlincoln@goimagine.com
6911 vendor_remind_admin_for_approve 384 385 C 60 N vendor_remind_admin_for_approve N
6912 times_vendor_remind 384 385 I 70 N times_vendor_remind
6913 time_between_vendor_remind_again_in_days 384 385 I 80 N time_between_vendor_remind_again_in_days