QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=21.73..42.13 rows=6 width=30)
Recheck Cond: (id = ANY ('{4006,3810,3728,3150,4027,3910}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..21.73 rows=6 width=0)
Index Cond: (id = ANY ('{4006,3810,3728,3150,4027,3910}'::integer[]))