Custom post type ‘orderby’ => ‘meta_value’ not working

The post’s title isn’t meta data, it’s in the main post table. You can order by title with:

'orderby' => 'title'

You would specify a meta key / order by meta value if the field were custom data stored in the post meta table.