QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=43.74..86.28 rows=13 width=34)
Recheck Cond: (id = ANY ('{3810,3902,3935,3872,3885,3901,3846,3910,3900,3835,3930,3928,3929}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..43.74 rows=13 width=0)
Index Cond: (id = ANY ('{3810,3902,3935,3872,3885,3901,3846,3910,3900,3835,3930,3928,3929}'::integer[]))