UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 56, 
  `added` = 6, 
  `deleted` = 0, 
  `bought` = 0, 
  `total` = 50198 
WHERE 
  product_id IN (
    51266, 51267, 51268, 51269, 51270, 51271, 
    51272
  )

Query time 0.00051

Result

int(7)