QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=32.10..183.83 rows=110 width=8)
Recheck Cond: (client_id = ANY ('{2125,85,2138,3326,57,101,2205,1276,20}'::integer[]))
Filter: (project_status = 3)
-> Bitmap Index Scan on tbl_projects_client_id_idx (cost=0.00..32.07 rows=205 width=0)
Index Cond: (client_id = ANY ('{2125,85,2138,3326,57,101,2205,1276,20}'::integer[]))