UPDATE 
  cscart_profile_fields 
SET 
  profile_show = 'Y' 
WHERE 
  section = 'C' 
  AND profile_type = 'S' 
  AND field_name IN (
    'country', 'state', 'city', 'address'
  )

Query time 0.00019