QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=43.74..88.35 rows=13 width=30)
Recheck Cond: (id = ANY ('{3400,3290,3777,3794,3750,3771,3772,3793,3699,3666,3791,3789,3780}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..43.74 rows=13 width=0)
Index Cond: (id = ANY ('{3400,3290,3777,3794,3750,3771,3772,3793,3699,3666,3791,3789,3780}'::integer[]))