Pascal
There may be two issues here:
In MCG_C2 there are two settings that are important; the oscillator frequency range and the oscillator gain.
On a FRDM-K20D50M setting the RANGE to medium or high should be "equivalent" and I have confirmed this on my hardware
When I originally posted the value of MCG_C2 I didn't know whether you were using a FRDM or TWR board. The value 0x1c is what I use on a tower board. On the Freedom board I use 0x14 (or 0x24 since they are equivalent).
What I can't use on my FRDM board is neither 0x1c nor 0x2c since the oscillator will not start oscillating if I set the high gain mode. On your board it is oscillating but this could be critical.
Whether you need high gain mode or low gain oscillator mode depends on the hardware - if there is a feedback resistor and loading capacitors the high gain mode is necessary to start the oscillator.
If the crystal has no loading the high gain mode will often fail to start the oscillator and the low gain mode is required.
It seems that the FRDM boards are not always mounted with the same components and so you need to check the board in question.
If you search the forum you will find a number of posts concerning this "problem" - for example Re: Using external reference
I have found that setting the "incorrect" gain setting for a certain HW may work, may never work, or may work when the crystal is touched with a probe.
Therefore I don't think that the issue involves the range setting but more the gain setting. I would recommend you try combinations of the gain setting and the two range settings. You should find that a certain gain setting is then stable for both range settings and then that is the one best suited to your HW.
As mentioned above I can't use high gain on my board - in fact I have all freedom boards and most of them won't start with the high gain setting (since they don't have crystal loading capacitors) so I certainly recomment the low gain setting as first one to try.
Regards
Mark