QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=44.60..92.97 rows=16 width=34)
Recheck Cond: (id = ANY ('{3786,3767,3816,3855,3872,3857,3886,3890,3899,3760,3249,3949,3950,3927,3751,4014}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..44.60 rows=16 width=0)
Index Cond: (id = ANY ('{3786,3767,3816,3855,3872,3857,3886,3890,3899,3760,3249,3949,3950,3927,3751,4014}'::integer[]))