SELECT 
  meta_description, 
  meta_keywords 
FROM 
  cscart_category_descriptions 
WHERE 
  category_id = 271 
  AND lang_code = 'en'

Query time 0.00017

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "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