Basta un foreach

codice:
foreach($array as $item){    
$newarr[$item['product_id']] = $item['quantity'];
}