SELECT 
  * 
FROM 
  product_options_exceptions 
WHERE 
  product_id = 1366 
ORDER BY 
  exception_id

Query time 0.00124

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "6.17"
    },
    "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": 6,
        "rows_produced_per_join": 6,
        "filtered": "100.00",
        "cost_info": {
          "read_cost": "5.57",
          "eval_cost": "0.60",
          "prefix_cost": "6.17",
          "data_read_per_join": "144"
        },
        "used_columns": [
          "exception_id",
          "product_id",
          "combination"
        ]
      }
    }
  }
}

Result

exception_id product_id combination
7510 1366 a:3:{i:11239;s:5:"47877";i:11242;s:5:"47881";i:11247;i:-1;}
7511 1366 a:3:{i:11239;s:5:"47877";i:11242;s:5:"47882";i:11247;i:-1;}
7512 1366 a:3:{i:11239;s:5:"47871";i:11242;s:5:"47892";i:11247;s:2:"-1";}
7513 1366 a:3:{i:11239;s:5:"47871";i:11242;s:5:"47893";i:11247;s:2:"-1";}
7514 1366 a:3:{i:11239;s:5:"47872";i:11242;s:5:"47892";i:11247;s:2:"-1";}
7515 1366 a:3:{i:11239;s:5:"47872";i:11242;s:5:"47893";i:11247;s:2:"-1";}