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 = 339 
  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.00084

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "22.38"
    },
    "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": 18,
            "rows_produced_per_join": 16,
            "filtered": "90.00",
            "cost_info": {
              "read_cost": "4.50",
              "eval_cost": "1.62",
              "prefix_cost": "6.30",
              "data_read_per_join": "12K"
            },
            "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": 16,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "14.46",
              "eval_cost": "1.62",
              "prefix_cost": "22.38",
              "data_read_per_join": "388"
            },
            "used_columns": [
              "object_id",
              "company_id",
              "value",
              "storefront_id"
            ]
          }
        }
      ]
    }
  }
}

Result

object_id name section_id section_tab_id type position is_global description value
6744 lkey 339 340 I 0 N lkey FACEBOOKPX-U2JU-VUTF-UTG9-2VN9
6760 enable_microdata_tags 339 342 C 0 N enable_microdata_tags Y
6748 view_content_facebook_pixel 339 341 C 0 N view_content_facebook_pixel Y
6745 identifier_facebook_pixel 339 340 I 10 N identifier_facebook_pixel 967156857059996
6761 brand_feature 339 342 S 10 N brand_feature 7
6749 search_facebook_pixel 339 341 C 10 N search_facebook_pixel N
6750 add_to_cart_facebook_pixel 339 341 C 20 N add_to_cart_facebook_pixel Y
6746 account_facebook_pixel 339 340 S 20 N account_facebook_pixel business
6751 add_to_wish_list_facebook_pixel 339 341 C 30 N add_to_wish_list_facebook_pixel N
6747 display_identifier_facebook_pixel 339 340 C 30 N display_identifier_facebook_pixel N
6752 initiate_checkout_facebook_pixel 339 341 C 40 N initiate_checkout_facebook_pixel Y
6753 track_initiate_checkout 339 341 S 50 N track_initiate_checkout all_stages
6754 add_payment_info_facebook_pixel 339 341 C 60 N add_payment_info_facebook_pixel N
6755 purchase_facebook_pixel 339 341 C 70 N purchase_facebook_pixel Y
6756 lead_facebook_pixel 339 341 C 80 N lead_facebook_pixel N
6757 complete_registration_facebook_pixel 339 341 C 90 N complete_registration_facebook_pixel N
6758 complete_registration_value_facebook_pixel 339 341 I 100 N complete_registration_value_facebook_pixel 0
6759 complete_registration_currency_facebook_pixel 339 341 S 110 N complete_registration_currency_facebook_pixel 0