QUERY PLAN
Bitmap Heap Scan on tbl_addresses (cost=45.47..87.82 rows=19 width=206)
Recheck Cond: (id = ANY ('{2428,461,1261,1255,923,475,2625,2520,1232,908,2512,2687,1724,1797,1772,1305,1319,2466,2604}'::integer[]))
-> Bitmap Index Scan on tbl_addresses_pkey (cost=0.00..45.46 rows=19 width=0)
Index Cond: (id = ANY ('{2428,461,1261,1255,923,475,2625,2520,1232,908,2512,2687,1724,1797,1772,1305,1319,2466,2604}'::integer[]))