SELECT 
  cscart_images.*, 
  cscart_images_links.*, 
  cscart_common_descriptions.description AS alt, 
  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 (
    11869, 11878, 11870, 11871, 11872, 11873, 
    11874, 11875, 11876, 11877
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00086

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "26.16"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "11.00"
      },
      "nested_loop": [
        {
          "table": {
            "table_name": "cscart_images_links",
            "access_type": "range",
            "possible_keys": [
              "object_id"
            ],
            "key": "object_id",
            "used_key_parts": [
              "object_id",
              "object_type",
              "type"
            ],
            "key_length": "81",
            "rows_examined_per_scan": 11,
            "rows_produced_per_join": 11,
            "filtered": "100.00",
            "index_condition": "((`gaseus`.`cscart_images_links`.`object_type` = 'product') and (`gaseus`.`cscart_images_links`.`type` = 'M') and (`gaseus`.`cscart_images_links`.`object_id` in (11869,11878,11870,11871,11872,11873,11874,11875,11876,11877)))",
            "cost_info": {
              "read_cost": "6.36",
              "eval_cost": "1.10",
              "prefix_cost": "7.46",
              "data_read_per_join": "1K"
            },
            "used_columns": [
              "pair_id",
              "object_id",
              "object_type",
              "image_id",
              "detailed_id",
              "type",
              "position"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_images",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "image_id"
            ],
            "key_length": "4",
            "ref": [
              "gaseus.cscart_images_links.detailed_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 11,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "2.75",
              "eval_cost": "1.10",
              "prefix_cost": "11.31",
              "data_read_per_join": "8K"
            },
            "used_columns": [
              "image_id",
              "image_path",
              "image_x",
              "image_y",
              "is_high_res"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_common_descriptions",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "object_id",
              "lang_code",
              "object_holder"
            ],
            "key_length": "108",
            "ref": [
              "gaseus.cscart_images.image_id",
              "const",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 11,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "2.75",
              "eval_cost": "1.10",
              "prefix_cost": "15.16",
              "data_read_per_join": "6K"
            },
            "used_columns": [
              "object_id",
              "description",
              "lang_code",
              "object_holder"
            ]
          }
        }
      ]
    }
  }
}

Result

image_id image_path image_x image_y is_high_res pair_id object_id object_type detailed_id type position alt images_image_id
0 Seite-32-HR-20-300_600x600_2x.jpg 1200 1126 N 11341 11869 product 14824 M 0 14824
0 Seite-32-HR-20-300_600x600_2x_vmo4-q8.jpg 1200 1126 N 11342 11870 product 14825 M 0 14825
0 Seite-32-HR-20-300_600x600_2x_ndbt-1n.jpg 1200 1126 N 11343 11871 product 14826 M 0 14826
0 Seite-32-HR-20-300_600x600_2x_bnf2-ao.jpg 1200 1126 N 11344 11872 product 14827 M 0 14827
0 Seite-32-HR-20-300_600x600_2x_f6gh-br.jpg 1200 1126 N 11345 11873 product 14828 M 0 14828
0 Seite-32-HR-20-300_600x600_2x_6flr-n2.jpg 1200 1126 N 11346 11874 product 14829 M 0 14829
0 Seite-32-HR-20-300_600x600_2x_dwnd-ai.jpg 1200 1126 N 11347 11875 product 14830 M 0 14830
0 Seite-32-HR-20-300_600x600_2x_vnms-44.jpg 1200 1126 N 11348 11876 product 14831 M 0 14831
0 Seite-32-HR-20-300_600x600_2x_mtvn-5t.jpg 1200 1126 N 11349 11877 product 14832 M 0 14832
0 Seite-32-HR-20-300_600x600_2x_y34w-xj.jpg 1200 1126 N 11350 11878 product 14833 M 0 14833