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

Query time 0.00010

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE storefronts system 1

Result

storefront_id url redirect_customer is_default status access_key name theme_name is_accessible_for_authorized_customers_only
1 tbds2024.toolboxdigitalshop.com Y Y N toolboxmusic Toolbox Digital Shop toolbox N