SELECT 
  cscart_statuses.*, 
  cscart_status_descriptions.* 
FROM 
  cscart_statuses 
  LEFT JOIN cscart_status_descriptions ON cscart_status_descriptions.status_id = cscart_statuses.status_id 
  AND cscart_status_descriptions.lang_code = 'vn' 
WHERE 
  1 = 1 
  AND cscart_statuses.type = 'O' 
ORDER BY 
  cscart_statuses.position asc

Query time 0.00035

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "5.94"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "2.30"
      },
      "nested_loop": [
        {
          "table": {
            "table_name": "cscart_statuses",
            "access_type": "ALL",
            "rows_examined_per_scan": 23,
            "rows_produced_per_join": 2,
            "filtered": "10.00",
            "cost_info": {
              "read_cost": "2.60",
              "eval_cost": "0.23",
              "prefix_cost": "2.83",
              "data_read_per_join": "3K"
            },
            "used_columns": [
              "status_id",
              "status",
              "type",
              "is_default",
              "position",
              "statuses_prev",
              "statuses_next"
            ],
            "attached_condition": "(`kcoffee`.`cscart_statuses`.`type` = 'O')"
          }
        },
        {
          "table": {
            "table_name": "cscart_status_descriptions",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "status_id",
              "lang_code"
            ],
            "key_length": "9",
            "ref": [
              "kcoffee.cscart_statuses.status_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 2,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "0.57",
              "eval_cost": "0.23",
              "prefix_cost": "3.64",
              "data_read_per_join": "3K"
            },
            "used_columns": [
              "status_id",
              "description",
              "email_subj",
              "email_header",
              "lang_code"
            ]
          }
        }
      ]
    }
  }
}

Result

status_id status type is_default position statuses_prev statuses_next description email_subj email_header lang_code
3 O O Y 0 Y,I Đơn Mới has been placed successfully. Thank you for the order. You are welcome to come back! vn
31 E O N 0 O Yêu cầu gọi lại vn
30 A O N 0 O Đang giao vn
19 Y O Y 1 O C,I Xác nhận Awaiting call Awaiting call vn
1 P O Y 8 O Y Đã thanh toán has been paid Your order has been paid successfully. vn
2 C O Y 9 K,A,H I Hoàn Thành has been completed Your order has been completed. Thank you for choosing us. vn
6 B O Y 10 Y Y,I Không Đầy Đủ has been backordered Your order has been backordered. vn
5 D O Y 11 O I Bị Từ Chối has been declined Your order has been declined. Please contact shop administration. vn
4 F O Y 12 G I Thất Bại failed Your order has been unsuccessful. Please contact shop administration. vn
7 I O Y 13 O,J,K,Y,A,C,B Đã Hủy has been canceled Your order has been canceled. Please contact shop administration. vn