Get custom term link archive with prefix

Your permalink structure prefix is controlled by the with_front argument:

'rewrite' => array(
    'slug' => 'my_taxonomy',
    'with_front' => true, // changed to include prefix
    'hierarchical' => false,
    'ep_mask' => EP_NONE
),