SELECT 
  video_id, 
  product_id 
FROM 
  cscart_ab__video_gallery 
WHERE 
  product_id IN (
    2489, 2493, 2490, 2494, 2488, 2492, 2495, 
    2491, 2496, 2751, 2743, 2744
  )

Query time 0.00034

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_ab__video_gallery",
      "access_type": "range",
      "possible_keys": ["product_id"],
      "key": "product_id",
      "key_length": "3",
      "used_key_parts": ["product_id"],
      "rows": 12,
      "filtered": 100,
      "attached_condition": "cscart_ab__video_gallery.product_id in (2489,2493,2490,2494,2488,2492,2495,2491,2496,2751,2743,2744)",
      "using_index": true
    }
  }
}

Result

video_id product_id
31 2488
30 2489
32 2490
35 2491
36 2492
38 2493
34 2494
33 2495
37 2496
88 2743
89 2744
96 2751