QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=49.91..142.42 rows=22 width=8)
Recheck Cond: (client_id = ANY ('{2140,39,2164,2160,2168,2175,1357,583,878,1902,1951,638,1222,2176,957,146,1438,1637,1367,1158}'::integer[]))
Filter: (project_status = 3)
-> Bitmap Index Scan on tbl_projects_client_id_idx (cost=0.00..49.90 rows=42 width=0)
Index Cond: (client_id = ANY ('{2140,39,2164,2160,2168,2175,1357,583,878,1902,1951,638,1222,2176,957,146,1438,1637,1367,1158}'::integer[]))