UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 152, 
  `added` = 0, 
  `deleted` = 0, 
  `bought` = 0, 
  `total` = 456 
WHERE 
  product_id IN (8631, 8632, 8633, 8692)

Query time 0.00085

Result

int(4)