SELECT 
  meta_description, 
  meta_keywords 
FROM 
  cscart_category_descriptions 
WHERE 
  category_id = 1238 
  AND lang_code = 'ru'

Query time 0.00027

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_category_descriptions",
      "access_type": "const",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "9",
      "used_key_parts": ["category_id", "lang_code"],
      "ref": ["const", "const"],
      "rows": 1,
      "filtered": 100
    }
  }
}

Result

meta_description meta_keywords