From observer's perspective, symptoms are identical to the issue here Scenario is the same as well: Angular app which sends preflight requests to REST api, and preflight requests take in roughly 50% of times up to 1.3 seconds (illustration is the same as in the linked question).
Also, websocket was frequently timing out until socket-io finally succeeded in establishing connection. Problem was more pronounced in Chrome and less in Safari/Firefox.
However, we are using ALB and not ELB, and all our subnets are public.
Solution we found working was that all subnets needed to go through same internet gateway - same route table was applied to all subnets.
When that was done, all requests started going through faster and websocket connects immediately without reconnecting.