UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 193, 
  `added` = 84, 
  `deleted` = 0, 
  `bought` = 1, 
  `total` = 51009 
WHERE 
  product_id IN (
    51283, 51284, 51285, 51286, 51287, 51288, 
    51289
  )

Query time 0.00049

Result

int(7)