QUERY PLAN
Bitmap Heap Scan on tbl_addresses (cost=45.76..90.04 rows=20 width=48)
Recheck Cond: (id = ANY ('{84,263,325,558,132,3300,409,516,1368,3102,427,130,429,3090,4062,3993,2781,2648,3057,3768}'::integer[]))
-> Bitmap Index Scan on tbl_addresses_pkey (cost=0.00..45.75 rows=20 width=0)
Index Cond: (id = ANY ('{84,263,325,558,132,3300,409,516,1368,3102,427,130,429,3090,4062,3993,2781,2648,3057,3768}'::integer[]))