UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 6999, 
  `added` = 72, 
  `deleted` = 0, 
  `bought` = 0, 
  `total` = 21357 
WHERE 
  product_id IN (
    414423, 414424, 414425, 414426, 414427, 
    414428
  )

Query time 0.00054

Result

int(6)