UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 18, 
  `added` = 0, 
  `deleted` = 0, 
  `bought` = 0, 
  `total` = 54 
WHERE 
  product_id IN (12203, 12204, 12205, 12206, 12207)

Query time 0.00027