SELECT 
  * 
FROM 
  netting_settings_sections 
WHERE 
  name = 'Sitemap' 
  AND type = 'CORE' 
  AND (
    FIND_IN_SET(
      'STOREFRONT', netting_settings_sections.edition_type
    ) 
    OR FIND_IN_SET(
      'ROOT', netting_settings_sections.edition_type
    ) 
    OR FIND_IN_SET(
      'MVE:STOREFRONT', netting_settings_sections.edition_type
    ) 
    OR FIND_IN_SET(
      'MVE:ROOT', netting_settings_sections.edition_type
    )
  )

Query time 0.00029

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "netting_settings_sections",
          "access_type": "ALL",
          "rows": 225,
          "filtered": 100,
          "attached_condition": "netting_settings_sections.`name` = 'Sitemap' and netting_settings_sections.`type` = 'CORE' and (find_in_set('STOREFRONT',netting_settings_sections.edition_type) or find_in_set('ROOT',netting_settings_sections.edition_type) or find_in_set('MVE:STOREFRONT',netting_settings_sections.edition_type) or find_in_set('MVE:ROOT',netting_settings_sections.edition_type))"
        }
      }
    ]
  }
}

Result

section_id parent_id edition_type name position type
8 0 ROOT,STOREFRONT Sitemap 80 CORE