QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=35.17..70.24 rows=11 width=43)
Recheck Cond: (id = ANY ('{4040,3934,3933,4028,4014,4043,4032,4008,3990,3964,3927}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..35.16 rows=11 width=0)
Index Cond: (id = ANY ('{4040,3934,3933,4028,4014,4043,4032,4008,3990,3964,3927}'::integer[]))