UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 62, 
  `added` = 22, 
  `deleted` = 0, 
  `bought` = 0, 
  `total` = 50296 
WHERE 
  product_id IN (
    51216, 51217, 51218, 51219, 51220, 51448, 
    51449
  )

Query time 0.00046

Result

int(7)