UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 130, 
  `added` = 0, 
  `deleted` = 0, 
  `bought` = 0, 
  `total` = 390 
WHERE 
  product_id IN (
    13268, 13269, 13270, 13271, 13272, 13273
  )

Query time 0.00129

Result

int(6)