QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=45.91..137.37 rows=22 width=8)
Recheck Cond: (client_id = ANY ('{399,1661,2120,2162,2169,622,2152,1465,2147,1283,2095,2140,39,2164,2160,2168,2175,878,2176,957}'::integer[]))
Filter: (project_status = 3)
-> Bitmap Index Scan on tbl_projects_client_id_idx (cost=0.00..45.90 rows=42 width=0)
Index Cond: (client_id = ANY ('{399,1661,2120,2162,2169,622,2152,1465,2147,1283,2095,2140,39,2164,2160,2168,2175,878,2176,957}'::integer[]))