UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 57, 
  `added` = 9, 
  `deleted` = 0, 
  `bought` = 0, 
  `total` = 50216 
WHERE 
  product_id IN (
    51213, 51214, 51215, 51444, 51445, 51446, 
    51447
  )

Query time 0.00036

Result

int(7)