UPDATE 
  ushop_products 
SET 
  enable_offer = 'E' 
WHERE 
  product_id IN (
    395, 402, 404, 407, 409, 411, 430, 431, 
    432, 440
  )

Query time 0.00068

Result

bool(true)