What’s the best way to navigate 300+ food orders in a dashboard

I'm working on a dashboard for restaurant kitchen. This will handle incoming set meal requests that are initiated on the waiters tablet as they take the customers order. it will be viewed on a tablet as well.

Its quite large restaurant and can have upto 300 meal orders at peak hours. I've designed the following UI.

Details of 4 orders can be viewed at a time, each order header is coloured based on the time left to full-fill the order, E.g. the estimated preparation time of an order is 15 mins, at 15-10 it will be green, at 10-5 it will be yellow and at 5mins and below it will be red. The action button at the bottom of each order updates it status. status is updates as start preparing > ready for collection > mark as complete

The solution i came up with is bottom panel below, which helps navigate all the active orders. It has tabs to filter by status. While this seems OK to navigate, i'm wondering is there a better way to make it easier for chefs to see all orders at a birds eye view and navigate easier. right now it feels like there's too much information.