QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=50.97..205.33 rows=98 width=8)
Recheck Cond: (client_id = ANY ('{1661,3375,2128,2492,3360,3361,3329,2547,3365,2158,543,287,497,1181,189,90,3281,3284,3312,530}'::integer[]))
Filter: (project_status = 3)
-> Bitmap Index Scan on tbl_projects_client_id_idx (cost=0.00..50.95 rows=183 width=0)
Index Cond: (client_id = ANY ('{1661,3375,2128,2492,3360,3361,3329,2547,3365,2158,543,287,497,1181,189,90,3281,3284,3312,530}'::integer[]))