SELECT 
  ushop_cp_wishlist.* 
FROM 
  ushop_cp_wishlist 
WHERE 
  1 
  AND ushop_cp_wishlist.session_id IN (1777035108) 
ORDER BY 
  ushop_cp_wishlist.title asc

Query time 0.00388

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "2.05"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "1.00"
      },
      "table": {
        "table_name": "ushop_cp_wishlist",
        "access_type": "ALL",
        "rows_examined_per_scan": 8,
        "rows_produced_per_join": 1,
        "filtered": "12.50",
        "cost_info": {
          "read_cost": "0.95",
          "eval_cost": "0.10",
          "prefix_cost": "1.05",
          "data_read_per_join": "680"
        },
        "used_columns": [
          "wishlist_id",
          "user_id",
          "session_id",
          "timestamp",
          "ip",
          "is_default",
          "title",
          "skey",
          "note",
          "company_id",
          "storefront_id"
        ],
        "attached_condition": "(`marketplace`.`ushop_cp_wishlist`.`session_id` = 1777035108)"
      }
    }
  }
}