QUERY PLAN
Sort (cost=23.51..23.52 rows=1 width=22)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=15.75..23.50 rows=1 width=22)
Recheck Cond: (id = ANY ('{153,102,136,2100000000,213,210,212,140,137,215,165,179,142,184,189,2,154,166,180,6,1,197,199,226,94,133,5,135,139,183,194,205,192,319,307,203,196,204,340,349,350,354,356,377,327,359,353,369,164,130}'::integer[]))
Filter: (term_id = 10)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..15.75 rows=50 width=0)
Index Cond: (id = ANY ('{153,102,136,2100000000,213,210,212,140,137,215,165,179,142,184,189,2,154,166,180,6,1,197,199,226,94,133,5,135,139,183,194,205,192,319,307,203,196,204,340,349,350,354,356,377,327,359,353,369,164,130}'::integer[]))