UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 9632, 
  `added` = 20, 
  `deleted` = 1, 
  `bought` = 0, 
  `total` = 29001 
WHERE 
  product_id IN (
    395990, 395991, 395992, 395993, 395994, 
    395995
  )

Query time 0.00051

Result

int(6)