UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 6098, 
  `added` = 50, 
  `deleted` = 85, 
  `bought` = 43, 
  `total` = 19399 
WHERE 
  product_id IN (
    15626, 15627, 15628, 15629, 15630, 15631, 
    15632, 15633, 15634
  )

Query time 0.00159

Result

int(9)