The data you post does not have much relation to the problems you seem to be facing. Rather, it seems that you need to perform traditional query tuning. That is, find better indexes and rewrite queries if they are written in a way that prevents efficient use of indexes.
If you have not enabled Query Store for your database to do. Query Store is a great tool to determine which are the slow queries in a system.