What programming language should I study to know WordPress very well?

WordPress functions are PHP. you should start here: https://developer.wordpress.org/

As the first steps I recommend to study:

Theme development: https://codex.wordpress.org/Theme_Development

The Loop: https://codex.wordpress.org/The_Loop

And The WP theme hierarchy: https://developer.wordpress.org/themes/basics/template-hierarchy/