One idea might be to not use a subquery, but can you try and use a join? Your additional request seems quite simple, without grouping, etc. Therefore, you should not translate it into a connection.
Perhaps the optimizer cannot execute parallel execution when there are subqueries.
source share