QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=30.88..63.03 rows=10 width=117)
Recheck Cond: (id = ANY ('{3951,3922,3957,3910,3911,3884,3758,3846,3833,3769}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..30.88 rows=10 width=0)
Index Cond: (id = ANY ('{3951,3922,3957,3910,3911,3884,3758,3846,3833,3769}'::integer[]))