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 (
    '4774', '4776', '4775', '5006', '4112', 
    '4110', '4109', '4111', '4113', '4114', 
    '5108', '5107', '4522', '4518', '4521', 
    '4519', '4520', '4930', '4922', '4923', 
    '4929', '4924', '5104', '5102'
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00091

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 ('4774','4776','4775','5006','4112','4110','4109','4111','4113','4114','5108','5107','4522','4518','4521','4519','4520','4930','4922','4923','4929','4924','5104','5102')"
        }
      }
    },
    "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
8267 4776 product 0 15318 M 0 motorola-rln6513a.png 800 533 15318
8268 4775 product 0 15319 M 0 motorola-rln6512a.png 800 533 15319
8269 4774 product 0 15320 M 0 motorola-rln6511a.png 800 533 15320
8361 4521 product 0 15412 M 0 motorola-pmln6635a.png 533 800 15412
8405 4520 product 0 15456 M 0 motorola-pmln5733a.png 616 800 15456
8406 4519 product 0 15457 M 0 motorola-pmln5732a.png 800 762 15457
8407 4518 product 0 15458 M 0 motorola-pmln5727a-1.png 800 625 15458
8550 4924 product 0 15601 M 0 PLMN6763.jpg 324 324 15601
8811 4922 product 0 15862 M 0 motorola-pmln6757.png 800 800 15862
8988 4929 product 0 16039 M 0 motorola-pmln7464.jpg 800 800 16039
9007 4923 product 0 16058 M 0 motorola-pmln6760a.png 800 800 16058
9010 4522 product 0 16061 M 0 motorola-pmln7269.png 800 800 16061
9156 5006 product 0 16207 M 0 motorola-rln6242a.png 300 221 16207
9963 5108 product 0 17025 M 0 motorola-PMLN7560.png 800 800 17025
10040 5107 product 0 17102 M 0 PMLN7396.jpg 324 324 17102
9939 4930 product 0 17001 M 1 PMLN7465.jpg 450 450 17001