QUERY PLAN
Bitmap Heap Scan on tbl_users (cost=8.46..16.47 rows=3 width=17)
Recheck Cond: (id = ANY ('{1005,1001,5300}'::integer[]))
-> Bitmap Index Scan on tbl_users_pkey (cost=0.00..8.46 rows=3 width=0)
Index Cond: (id = ANY ('{1005,1001,5300}'::integer[]))