Mongodb data reads getting slow

For fast querying always use the indexed field. It will be much faster then the other fields.
Make sure that you have the same field indexed as per the query for more detail about indexing check this link.

~ Thanks