SELECT 
  wishlist_id 
FROM 
  ushop_cp_wishlist 
WHERE 
  1 
  AND session_id = 1771276470

Query time 0.00026

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "0.95"
    },
    "table": {
      "table_name": "ushop_cp_wishlist",
      "access_type": "ALL",
      "rows_examined_per_scan": 7,
      "rows_produced_per_join": 0,
      "filtered": "14.29",
      "cost_info": {
        "read_cost": "0.85",
        "eval_cost": "0.10",
        "prefix_cost": "0.95",
        "data_read_per_join": "679"
      },
      "used_columns": [
        "wishlist_id",
        "session_id"
      ],
      "attached_condition": "(`marketplace`.`ushop_cp_wishlist`.`session_id` = 1771276470)"
    }
  }
}