SELECT 
  c.category_id, 
  d.category 
FROM 
  cscart_categories as c 
  LEFT JOIN cscart_category_descriptions as d ON c.category_id = d.category_id 
WHERE 
  c.parent_id = 1780

Query time 0.00026

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "c",
      "access_type": "ref",
      "possible_keys": ["parent"],
      "key": "parent",
      "key_length": "3",
      "used_key_parts": ["parent_id"],
      "ref": ["const"],
      "rows": 10,
      "filtered": 100,
      "using_index": true
    },
    "table": {
      "table_name": "d",
      "access_type": "ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "3",
      "used_key_parts": ["category_id"],
      "ref": ["cscart_migrate.c.category_id"],
      "rows": 1,
      "filtered": 100
    }
  }
}

Result

category_id category
1781 Bath & Laundry
1782 Exterior & Garage
1784 Bedroom & Playroom
1785 Hotel & Lobby
1786 Kitchen & Dining
1787 Living Room & Lounge
1788 Offices
1789 Restaurants & Bars
1791 Other Commercial Spaces
1981 Barns