QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=30.88..62.94 rows=10 width=119)
Recheck Cond: (id = ANY ('{3475,3400,3383,3368,3362,2979,2942,2763,2658,2547}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..30.88 rows=10 width=0)
Index Cond: (id = ANY ('{3475,3400,3383,3368,3362,2979,2942,2763,2658,2547}'::integer[]))