QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=30.88..63.03 rows=10 width=117)
Recheck Cond: (id = ANY ('{3927,3950,3949,3751,3899,3890,3886,3872,3857,3855}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..30.88 rows=10 width=0)
Index Cond: (id = ANY ('{3927,3950,3949,3751,3899,3890,3886,3872,3857,3855}'::integer[]))