SELECT 
  * 
FROM 
  product_options_exceptions 
WHERE 
  product_id = 81722 
ORDER BY 
  exception_id

Query time 0.00159

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "4.26"
    },
    "ordering_operation": {
      "using_filesort": false,
      "table": {
        "table_name": "product_options_exceptions",
        "access_type": "ref",
        "possible_keys": [
          "product"
        ],
        "key": "product",
        "used_key_parts": [
          "product_id"
        ],
        "key_length": "3",
        "ref": [
          "const"
        ],
        "rows_examined_per_scan": 4,
        "rows_produced_per_join": 4,
        "filtered": "100.00",
        "cost_info": {
          "read_cost": "3.86",
          "eval_cost": "0.40",
          "prefix_cost": "4.26",
          "data_read_per_join": "96"
        },
        "used_columns": [
          "exception_id",
          "product_id",
          "combination"
        ]
      }
    }
  }
}

Result

exception_id product_id combination
9435 81722 a:2:{i:3242;s:5:"13863";i:5543;s:5:"24603";}
9436 81722 a:2:{i:3242;s:5:"13863";i:5543;s:5:"24604";}
9437 81722 a:2:{i:3242;s:5:"13863";i:5543;s:5:"24605";}
9438 81722 a:2:{i:3242;s:5:"13863";i:5543;s:5:"24608";}