test_list = [(1, 4, 6), (5, 8), (2, 9), (1, 10)] tar_list = [6, 10]
From test list keep tuples that contain any of the target list elements: