QUERY PLAN
Sort (cost=19.40..19.41 rows=1 width=22)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=13.43..19.39 rows=1 width=22)
Recheck Cond: (id = ANY ('{135,140,139,5,215,226,1,2,137,134,184,189,197,199,183,188,323,349,377,350,369,324,356,360,340,333,164,181,142,130,165,232,172,128,182}'::integer[]))
Filter: (term_id = 10)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..13.42 rows=35 width=0)
Index Cond: (id = ANY ('{135,140,139,5,215,226,1,2,137,134,184,189,197,199,183,188,323,349,377,350,369,324,356,360,340,333,164,181,142,130,165,232,172,128,182}'::integer[]))