How I can change PayPal IPN ‘custom’ field in woocommerce?

You almost gave the answer yourself :o)

replace

'custom' => serialize( array( $order_id, $order->order_key ) ),

with

'custom' => 'yourword',

and you’re done!