SELECT 
  detailed_id 
FROM 
  cscart_images_links 
WHERE 
  object_id = 8469 
  AND object_type = 'product' 
  AND type = 'M' 
ORDER BY 
  position 
LIMIT 
  1

Query time 0.00075

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "0.70"
    },
    "ordering_operation": {
      "using_filesort": true,
      "table": {
        "table_name": "cscart_images_links",
        "access_type": "ref",
        "possible_keys": [
          "object_id"
        ],
        "key": "object_id",
        "used_key_parts": [
          "object_id",
          "object_type",
          "type"
        ],
        "key_length": "81",
        "ref": [
          "const",
          "const",
          "const"
        ],
        "rows_examined_per_scan": 2,
        "rows_produced_per_join": 2,
        "filtered": "100.00",
        "cost_info": {
          "read_cost": "0.50",
          "eval_cost": "0.20",
          "prefix_cost": "0.70",
          "data_read_per_join": "208"
        },
        "used_columns": [
          "object_id",
          "object_type",
          "detailed_id",
          "type",
          "position"
        ]
      }
    }
  }
}

Result

detailed_id
86418