UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 5858, 
  `added` = 6, 
  `deleted` = 2, 
  `bought` = 9, 
  `total` = 107704 
WHERE 
  product_id IN (
    20690, 20691, 20692, 20693, 20694, 20695, 
    20696, 20697, 20698
  )

Query time 0.00414

Result

int(9)