QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=49.90..133.36 rows=19 width=8)
Recheck Cond: (client_id = ANY ('{1041,2223,540,2538,2201,627,685,1407,1241,161,17,495,1480,1506,1540,1556,1362,1644,1650,1381}'::integer[]))
Filter: (project_status = 3)
-> Bitmap Index Scan on tbl_projects_client_id_idx (cost=0.00..49.90 rows=36 width=0)
Index Cond: (client_id = ANY ('{1041,2223,540,2538,2201,627,685,1407,1241,161,17,495,1480,1506,1540,1556,1362,1644,1650,1381}'::integer[]))