SELECT 
  category_id, 
  parent_id, 
  age_verification, 
  age_limit 
FROM 
  cscart_categories 
WHERE 
  category_id = 551

Query time 0.00024

JSON explain

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

Result

category_id parent_id age_verification age_limit
551 513 N 0