UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 50, 
  `added` = 19, 
  `deleted` = 0, 
  `bought` = 0, 
  `total` = 224 
WHERE 
  product_id IN (
    432590, 432591, 432592, 432593, 432594, 
    432595, 432596, 432597
  )

Query time 0.00157

Result

int(8)