QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=54.18..221.34 rows=318 width=8)
Recheck Cond: (client_id = ANY ('{4,5,10,12,13,14,15,16,18,20,21,24,25,27,33,39,43,44,46,48}'::integer[]))
Filter: (project_status = 3)
-> Bitmap Index Scan on tbl_projects_client_id_idx (cost=0.00..54.10 rows=591 width=0)
Index Cond: (client_id = ANY ('{4,5,10,12,13,14,15,16,18,20,21,24,25,27,33,39,43,44,46,48}'::integer[]))