SELECT 
  storefronts.* 
FROM 
  cscart_storefronts AS storefronts 
WHERE 
  1 = 1 
  AND (
    storefronts.url = 'staging.wefundamentally.com' 
    OR storefronts.url = 'www.staging.wefundamentally.com' 
    OR storefronts.url LIKE 'www_.staging.wefundamentally.com' 
    OR storefronts.url LIKE 'staging.wefundamentally.com/%' 
    OR storefronts.url LIKE 'www.staging.wefundamentally.com/%' 
    OR storefronts.url LIKE 'www_.staging.wefundamentally.com/%'
  ) 
GROUP BY 
  storefronts.storefront_id 
ORDER BY 
  storefronts.url = 'staging.wefundamentally.com' DESC, 
  storefronts.url = 'www.staging.wefundamentally.com' DESC, 
  storefronts.url LIKE 'www_.staging.wefundamentally.com' DESC, 
  storefronts.url LIKE 'staging.wefundamentally.com/%' DESC, 
  storefronts.url LIKE 'www.staging.wefundamentally.com/%' DESC, 
  storefronts.url LIKE 'www_.staging.wefundamentally.com/%' desc

Query time 0.00058

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "read_sorted_file": {
          "filesort": {
            "sort_key": "storefronts.url = 'staging.wefundamentally.com' desc, storefronts.url = 'www.staging.wefundamentally.com' desc, storefronts.url like 'www_.staging.wefundamentally.com' desc, storefronts.url like 'staging.wefundamentally.com/%' desc, storefronts.url like 'www.staging.wefundamentally.com/%' desc, storefronts.url like 'www_.staging.wefundamentally.com/%' desc",
            "table": {
              "table_name": "storefronts",
              "access_type": "ALL",
              "rows": 2,
              "filtered": 100,
              "attached_condition": "storefronts.url = 'staging.wefundamentally.com' or storefronts.url = 'www.staging.wefundamentally.com' or storefronts.url like 'www_.staging.wefundamentally.com' or storefronts.url like 'staging.wefundamentally.com/%' or storefronts.url like 'www.staging.wefundamentally.com/%' or storefronts.url like 'www_.staging.wefundamentally.com/%'"
            }
          }
        }
      }
    ]
  }
}

Result

storefront_id url redirect_customer is_default status access_key name theme_name is_accessible_for_authorized_customers_only
1 staging.wefundamentally.com N Y N wefundamentally23 Fundamentally funda_theme N