UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 99, 
  `added` = 23, 
  `deleted` = 0, 
  `bought` = 0, 
  `total` = 50412 
WHERE 
  product_id IN (51254, 51255, 51256)

Query time 0.00054

Result

int(3)