UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 137, 
  `added` = 76, 
  `deleted` = 0, 
  `bought` = 0, 
  `total` = 791 
WHERE 
  product_id IN (
    65240, 65241, 65242, 65243, 65244, 65245, 
    65246
  )

Query time 0.00455

Result

int(7)