QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=37.70..86.26 rows=20 width=67)
Recheck Cond: (id = ANY ('{3356,3310,2855,2505,2731,2595,2555,2542,2518,2179,2507,2506,2503,2498,2495,2488,2282,2259,2258,2257}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..37.70 rows=20 width=0)
Index Cond: (id = ANY ('{3356,3310,2855,2505,2731,2595,2555,2542,2518,2179,2507,2506,2503,2498,2495,2488,2282,2259,2258,2257}'::integer[]))