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

Query time 0.00027

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "28.86"
    },
    "table": {
      "table_name": "cscart_multi_decsettings_sections",
      "access_type": "ALL",
      "rows_examined_per_scan": 130,
      "rows_produced_per_join": 3,
      "filtered": "2.50",
      "cost_info": {
        "read_cost": "28.22",
        "eval_cost": "0.65",
        "prefix_cost": "28.87",
        "data_read_per_join": "1K"
      },
      "used_columns": [
        "section_id",
        "parent_id",
        "edition_type",
        "name",
        "position",
        "type"
      ],
      "attached_condition": "((`vishalecarter_multi_dec`.`cscart_multi_decsettings_sections`.`name` = 'Sitemap') and (`vishalecarter_multi_dec`.`cscart_multi_decsettings_sections`.`type` = 'CORE') and (find_in_set('STOREFRONT',`vishalecarter_multi_dec`.`cscart_multi_decsettings_sections`.`edition_type`) or find_in_set('ROOT',`vishalecarter_multi_dec`.`cscart_multi_decsettings_sections`.`edition_type`) or find_in_set('MVE:STOREFRONT',`vishalecarter_multi_dec`.`cscart_multi_decsettings_sections`.`edition_type`) or find_in_set('MVE:ROOT',`vishalecarter_multi_dec`.`cscart_multi_decsettings_sections`.`edition_type`)))"
    }
  }
}

Result

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