UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 42, 
  `added` = 10, 
  `deleted` = 0, 
  `bought` = 0, 
  `total` = 55164 
WHERE 
  product_id IN (51072, 51073, 51074, 51075, 51076)

Query time 0.00041

Result

int(5)