QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=8.59..19.29 rows=2 width=8)
Recheck Cond: (client_id = ANY ('{1333,1262}'::integer[]))
Filter: (project_status = 3)
-> Bitmap Index Scan on tbl_projects_client_id_idx (cost=0.00..8.59 rows=3 width=0)
Index Cond: (client_id = ANY ('{1333,1262}'::integer[]))