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 (
    65598, 65870, 65875, 65689, 65853, 65864, 
    65877, 65874, 65863, 65869, 65868, 
    65862, 65693, 65850, 65606, 65604, 
    65880, 65852, 65605, 65692, 65600, 
    65855, 65607, 65599
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00074

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 (65598,65870,65875,65689,65853,65864,65877,65874,65863,65869,65868,65862,65693,65850,65606,65604,65880,65852,65605,65692,65600,65855,65607,65599)"
        }
      }
    },
    "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
64563 65598 product 0 76796 M 0 D 0 0
64567 65599 product 0 76800 M 0 D 0 0
64569 65600 product 0 76802 M 0 D 0 0
64585 65604 product 0 76818 M 0 D 0 0
64613 65605 product 0 76846 M 0 D 0 0
64617 65606 product 0 76850 M 0 D 0 0
64622 65607 product 0 76855 M 0 D 0 0
67050 65693 product 0 79283 M 0 D 0 0
67060 65692 product 0 79293 M 0 D 0 0
67084 65689 product 0 79317 M 0 D 0 0
70144 65850 product 0 82377 M 0 D 0 0
70149 65852 product 0 82382 M 0 D 0 0
70151 65853 product 0 82384 M 0 D 0 0
70155 65855 product 0 82388 M 0 D 0 0
70170 65862 product 0 82403 M 0 D 0 0
70172 65863 product 0 82405 M 0 D 0 0
70174 65864 product 0 82407 M 0 D 0 0
70182 65868 product 0 82415 M 0 D 0 0
70184 65869 product 0 82417 M 0 D 0 0
70186 65870 product 0 82419 M 0 D 0 0
70296 65874 product 0 82529 M 0 D 0 0
70298 65875 product 0 82531 M 0 D 0 0
70302 65877 product 0 82535 M 0 D 0 0
70308 65880 product 0 82541 M 0 D 0 0