UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 5400, 
  `added` = 37, 
  `deleted` = 0, 
  `bought` = 0, 
  `total` = 16385 
WHERE 
  product_id IN (
    414361, 414362, 414363, 414364, 414365, 
    414366
  )

Query time 0.00057

Result

int(6)