QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=49.91..143.60 rows=23 width=8)
Recheck Cond: (client_id = ANY ('{2120,2162,2169,622,1465,2147,1283,2095,39,2164,2160,2168,2175,2176,957,1438,1637,1158,344,1082}'::integer[]))
Filter: (project_status = 3)
-> Bitmap Index Scan on tbl_projects_client_id_idx (cost=0.00..49.90 rows=42 width=0)
Index Cond: (client_id = ANY ('{2120,2162,2169,622,1465,2147,1283,2095,39,2164,2160,2168,2175,2176,957,1438,1637,1158,344,1082}'::integer[]))