QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=8.58..15.88 rows=2 width=30)
Recheck Cond: (id = ANY ('{3308,3412}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..8.58 rows=2 width=0)
Index Cond: (id = ANY ('{3308,3412}'::integer[]))