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

Query time 0.00016

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 tenant_id
1 www.hobilife.com Y Y N Hmc Parça responsive N 0