UPDATE 
  ushop_products 
SET 
  enable_offer = 'E' 
WHERE 
  product_id IN (
    450, 457, 459, 461, 465, 466, 467, 468
  )

Query time 0.00051

Result

bool(true)