QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=40.45..159.50 rows=38 width=8)
Recheck Cond: (client_id = ANY ('{982,2188,102,989,576,1016,3319,1172,97,497,106,1101,572,2116}'::integer[]))
Filter: (project_status = 3)
-> Bitmap Index Scan on tbl_projects_client_id_idx (cost=0.00..40.45 rows=72 width=0)
Index Cond: (client_id = ANY ('{982,2188,102,989,576,1016,3319,1172,97,497,106,1101,572,2116}'::integer[]))