QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=49.90..125.46 rows=16 width=8)
Recheck Cond: (client_id = ANY ('{1066,1508,2002,909,2581,1174,59,1150,157,1437,380,1554,660,1519,1299,2085,658,2017,1025,1938}'::integer[]))
Filter: (project_status = 3)
-> Bitmap Index Scan on tbl_projects_client_id_idx (cost=0.00..49.90 rows=30 width=0)
Index Cond: (client_id = ANY ('{1066,1508,2002,909,2581,1174,59,1150,157,1437,380,1554,660,1519,1299,2085,658,2017,1025,1938}'::integer[]))