How to get the full product name by ignoring custom modification on it

You can also get the title this way and avoid filters:

$title = get_post_field( 'post_title', $post_id, 'raw' );