SELECT 
  video_id, 
  product_id 
FROM 
  cscart_ab__video_gallery 
WHERE 
  product_id IN (
    976, 978, 968, 971, 636, 969, 972, 977, 
    1022, 1023, 1106, 1110, 1131, 1142, 
    1157, 1159, 1013, 1105, 1108, 1152, 
    1153, 1154, 1120, 1101, 1104, 1111, 
    1134, 1140, 1141, 979, 989, 632, 613, 
    617, 621, 622, 1015, 1016, 1018, 1019, 
    611, 612, 980, 1007, 1002, 638, 997, 
    990, 992, 985, 1012, 1020
  ) 
  AND status = "A" 
  AND storefront_id IN (1, 0)

Query time 0.00027

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "1.20"
    },
    "table": {
      "table_name": "cscart_ab__video_gallery",
      "access_type": "ref",
      "possible_keys": [
        "status",
        "product_id"
      ],
      "key": "status",
      "used_key_parts": [
        "status"
      ],
      "key_length": "3",
      "ref": [
        "const"
      ],
      "rows_examined_per_scan": 1,
      "rows_produced_per_join": 1,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "1.00",
        "eval_cost": "0.20",
        "prefix_cost": "1.20",
        "data_read_per_join": "96"
      },
      "used_columns": [
        "video_id",
        "product_id",
        "status",
        "storefront_id"
      ],
      "attached_condition": "((`cscart`.`cscart_ab__video_gallery`.`product_id` in (976,978,968,971,636,969,972,977,1022,1023,1106,1110,1131,1142,1157,1159,1013,1105,1108,1152,1153,1154,1120,1101,1104,1111,1134,1140,1141,979,989,632,613,617,621,622,1015,1016,1018,1019,611,612,980,1007,1002,638,997,990,992,985,1012,1020)) and (`cscart`.`cscart_ab__video_gallery`.`storefront_id` in (1,0)))"
    }
  }
}