UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 4, 
  `added` = 0, 
  `deleted` = 0, 
  `bought` = 0, 
  `total` = 12 
WHERE 
  product_id IN (13113, 13114, 13115, 13116, 13117)

Query time 0.00036