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.detailed_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 (
    '4718', '4793', '4754', '4691', '4823', 
    '4878', '4832', '4722', '4719', '4717', 
    '4716', '4701', '4714', '4702', '4712', 
    '4709', '4707', '4711', '4708', '4704', 
    '4703', '6114', '4705', '4710'
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00097

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 ('4718','4793','4754','4691','4823','4878','4832','4722','4719','4717','4716','4701','4714','4702','4712','4709','4707','4711','4708','4704','4703','6114','4705','4710')"
        }
      }
    },
    "table": {
      "table_name": "cscart_images",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "4",
      "used_key_parts": ["image_id"],
      "ref": ["rfswire_cart.cscart_images_links.detailed_id"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "trigcond(cscart_images_links.detailed_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": ["rfswire_cart.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_path alt image_x image_y images_image_id
8259 4832 product 0 15310 M 0 motorola-rln6554.png 582 800 15310
8264 4823 product 0 15315 M 0 motorola-rln6544-1.png 634 800 15315
8270 4712 product 0 15321 M 0 motorola-rln6501a.png 800 800 15321
8274 4793 product 0 15325 M 0 motorola-rln6491a.png 786 800 15325
8276 4711 product 0 15327 M 0 motorola-rln6489a.png 525 800 15327
8341 4719 product 0 15392 M 0 motorola-pmln7052a.png 800 522 15392
8356 4754 product 0 15407 M 0 motorola-pmln6716-1.png 549 800 15407
8485 4708 product 0 15536 M 0 motorola-ntn2572a.png 800 460 15536
8486 4707 product 0 15537 M 0 motorola-ntn2571b.png 800 593 15537
8487 4722 product 0 15538 M 0 motorola-ntn2570c.png 800 572 15538
8493 4704 product 0 15544 M 0 motorola-nntn8385a.png 800 533 15544
8501 4717 product 0 15552 M 0 motorola-nntn8295a.png 800 640 15552
8502 4716 product 0 15553 M 0 motorola-nntn8294a.png 800 640 15553
8909 4702 product 0 15960 M 0 motorola-nntn4990.png 800 534 15960
8922 4703 product 0 15973 M 0 motorola-nntn8296.jpg 800 800 15973
8930 4705 product 0 15981 M 0 motorola-nntn8434.jpg 800 800 15981
8947 4714 product 0 15998 M 0 motorola-ntn8988a.png 800 800 15998
8977 4709 product 0 16028 M 0 motorola-pmln6246.jpg 800 800 16028
9009 4701 product 0 16060 M 0 motorola-pmln7120-1.png 800 610 16060
9024 4691 product 0 16075 M 0 motorola-pmnn4461.png 800 800 16075
9943 6114 product 0 17005 M 0 PMLN7851A.jpg 1000 1000 17005