QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=41.70..93.56 rows=20 width=67)
Recheck Cond: (id = ANY ('{3320,3318,3306,2716,2565,2504,2241,2240,2196,1509,656,121,3379,3340,2600,189,93,3382,2202,57}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..41.70 rows=20 width=0)
Index Cond: (id = ANY ('{3320,3318,3306,2716,2565,2504,2241,2240,2196,1509,656,121,3379,3340,2600,189,93,3382,2202,57}'::integer[]))