UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 31, 
  `added` = 0, 
  `deleted` = 0, 
  `bought` = 0, 
  `total` = 93 
WHERE 
  product_id IN (
    10966, 10967, 10968, 10969, 10970, 10971, 
    10972, 10973, 10974, 10975, 10976, 
    10977, 10978, 10979, 10980, 10981, 
    10982, 10983, 10984
  )

Query time 0.00035