SELECT 
  search_phrases 
FROM 
  cscart_ab__search_motivation 
WHERE 
  category_id = 43213 
  AND lang_code = 'de'

Query time 0.00014

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.002024411,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_ab__search_motivation",
          "access_type": "ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "3",
          "used_key_parts": ["category_id"],
          "ref": ["const"],
          "loops": 1,
          "rows": 1,
          "cost": 0.002024411,
          "filtered": 100,
          "index_condition": "cscart_ab__search_motivation.lang_code = 'de'"
        }
      }
    ]
  }
}