Shared host of MySQL query process limits and Yii2

On the local development of my Yii2 application’s debug panel, [color="#0000FF"]debug/default/view?tag=58502a5944e9b&panel=db[/color], I see in some controller’s actions number of database queries reached about 75 queries.

I’m planning to deploy my website over a shared web hosting, but some hosts talks about concurrent MySQL query limitation and, generally, it may be set to 25 concurrent query.

My question is: Does the Yii2 application that generates about 75 queries shown in the debug exceeds this limit or not? In other words, will my application work on that shared host regarding that limit?