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 = 'A' 
  AND cscart_images_links.object_id IN (
    65673, 65560, 65674, 65815, 65732, 65804, 
    65102, 65597, 65610, 65598, 65873
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00106

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": 62,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'A' and cscart_images_links.object_id in (65673,65560,65674,65815,65732,65804,65102,65597,65610,65598,65873)"
        }
      }
    },
    "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
62223 65102 product 0 74456 A 0 D 0 0
62501 65560 product 0 74734 A 0 D 0 0
62502 65560 product 0 74735 A 0 D 0 0
62503 65560 product 0 74736 A 0 D 0 0
62504 65560 product 0 74737 A 0 D 0 0
62764 65560 product 0 74997 A 0 C 0 0
64560 65598 product 0 76793 A 0 D 0 0
64628 65610 product 0 76861 A 0 D 0 0
66362 65674 product 0 78595 A 0 D 0 0
66375 65673 product 0 78608 A 0 D 0 0
68052 65732 product 0 80285 A 0 D 0 0
69322 65804 product 0 81555 A 0 D 0 0
69397 65815 product 0 81630 A 0 D 0 0
70288 65873 product 0 82521 A 0 D 0 0
62220 65102 product 0 74453 A 1 D 0 0
64538 65597 product 0 76771 A 1 D 0 0
66369 65674 product 0 78602 A 1 D 0 0
66371 65673 product 0 78604 A 1 D 0 0
68047 65732 product 0 80280 A 1 D 0 0
69323 65804 product 0 81556 A 1 D 0 0
69403 65815 product 0 81636 A 1 D 0 0
72025 65873 product 0 84258 A 1 D 0 0
62221 65102 product 0 74454 A 2 D 0 0
64530 65597 product 0 76763 A 2 D 0 0
66363 65674 product 0 78596 A 2 D 0 0
66373 65673 product 0 78606 A 2 D 0 0
68051 65732 product 0 80284 A 2 D 0 0
69324 65804 product 0 81557 A 2 D 0 0
69400 65815 product 0 81633 A 2 D 0 0
72000 65873 product 0 84233 A 2 D 0 0
64531 65597 product 0 76764 A 3 D 0 0
66365 65674 product 0 78598 A 3 D 0 0
68048 65732 product 0 80281 A 3 D 0 0
68775 65102 product 0 81008 A 3 D 0 0
69327 65804 product 0 81560 A 3 D 0 0
69398 65815 product 0 81631 A 3 D 0 0
72003 65873 product 0 84236 A 3 D 0 0
62222 65102 product 0 74455 A 4 D 0 0
66367 65674 product 0 78600 A 4 D 0 0
66374 65673 product 0 78607 A 4 D 0 0
68049 65732 product 0 80282 A 4 D 0 0
69325 65804 product 0 81558 A 4 D 0 0
69399 65815 product 0 81632 A 4 D 0 0
70290 65873 product 0 82523 A 4 D 0 0
66364 65674 product 0 78597 A 5 D 0 0
66376 65673 product 0 78609 A 5 D 0 0
68053 65732 product 0 80286 A 5 D 0 0
68774 65102 product 0 81007 A 5 D 0 0
69328 65804 product 0 81561 A 5 D 0 0
69402 65815 product 0 81635 A 5 D 0 0
72002 65873 product 0 84235 A 5 D 0 0
62224 65102 product 0 74457 A 6 D 0 0
66366 65674 product 0 78599 A 6 D 0 0
68050 65732 product 0 80283 A 6 D 0 0
68121 65674 product 0 80354 A 6 C 0 0
69326 65804 product 0 81559 A 6 D 0 0
69401 65815 product 0 81634 A 6 D 0 0
72001 65873 product 0 84234 A 6 D 0 0
68130 65732 product 0 80363 A 7 C 0 0
69422 65732 product 0 81655 A 7 C 0 0
72177 65873 product 0 84410 A 7 C 0 0
72179 65873 product 0 84412 A 8 C 0 0