SELECT 
  cscart_images_links.*, 
  cscart_images.image_path, 
  cscart_common_descriptions.description AS alt, 
  cscart_images.image_x, 
  cscart_images.image_y, 
  cscart_images.image_id as images_image_id 
FROM 
  cscart_images_links 
  LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id 
  LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id 
  AND cscart_common_descriptions.object_holder = 'images' 
  AND cscart_common_descriptions.lang_code = 'en' 
WHERE 
  cscart_images_links.object_type = 'product' 
  AND cscart_images_links.type = 'M' 
  AND cscart_images_links.object_id IN (
    65688, 65103, 65454, 65694, 65102, 65596, 
    65696, 65519, 65597, 65683, 65613, 
    65702, 65608, 65716, 65717, 65697, 
    65695, 65690, 65568, 65612, 65602, 
    65610, 65851, 65611
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00079

JSON explain

{
  "query_block": {
    "select_id": 1,
    "read_sorted_file": {
      "filesort": {
        "sort_key": "cscart_images_links.position, cscart_images_links.pair_id",
        "table": {
          "table_name": "cscart_images_links",
          "access_type": "range",
          "possible_keys": ["object_id"],
          "key": "object_id",
          "key_length": "81",
          "used_key_parts": ["object_id", "object_type", "type"],
          "rows": 24,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'M' and cscart_images_links.object_id in (65688,65103,65454,65694,65102,65596,65696,65519,65597,65683,65613,65702,65608,65716,65717,65697,65695,65690,65568,65612,65602,65610,65851,65611)"
        }
      }
    },
    "table": {
      "table_name": "cscart_images",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "3",
      "used_key_parts": ["image_id"],
      "ref": ["cscart_migrate.cscart_images_links.image_id"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "trigcond(cscart_images_links.image_id = cscart_images.image_id)"
    },
    "table": {
      "table_name": "cscart_common_descriptions",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "107",
      "used_key_parts": ["object_id", "lang_code", "object_holder"],
      "ref": ["cscart_migrate.cscart_images.image_id", "const", "const"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "trigcond(cscart_common_descriptions.object_id = cscart_images.image_id and cscart_common_descriptions.object_holder = 'images' and cscart_common_descriptions.lang_code = 'en' and trigcond(cscart_images.image_id is not null))"
    }
  }
}

Result

pair_id object_id object_type image_id detailed_id type position image_type show_gallery gallery_category_id image_path alt image_x image_y images_image_id
60850 65519 product 0 73083 M 0 D 0 0
62214 65103 product 0 74447 M 0 D 0 0
62219 65102 product 0 74452 M 0 D 0 0
63457 65568 product 0 75690 M 0 D 0 0
64528 65596 product 0 76761 M 0 D 0 0
64537 65597 product 0 76770 M 0 D 0 0
64580 65602 product 0 76813 M 0 D 0 0
64625 65608 product 0 76858 M 0 D 0 0
64629 65610 product 0 76862 M 0 D 0 0
64631 65611 product 0 76864 M 0 D 0 0
64634 65612 product 0 76867 M 0 D 0 0
64637 65613 product 0 76870 M 0 D 0 0
64657 65454 product 0 76890 M 0 D 0 0
66848 65683 product 0 79081 M 0 D 0 0
67064 65697 product 0 79297 M 0 D 0 0
67076 65690 product 0 79309 M 0 D 0 0
67080 65688 product 0 79313 M 0 D 0 0
67088 65696 product 0 79321 M 0 D 0 0
67092 65694 product 0 79325 M 0 D 0 0
67096 65695 product 0 79329 M 0 D 0 0
67264 65702 product 0 79497 M 0 D 0 0
67665 65716 product 0 79898 M 0 D 0 0
67689 65717 product 0 79922 M 0 D 0 0
70147 65851 product 0 82380 M 0 D 0 0