INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '9e2438e060d9e08e865b4d699009d29bbb84f2790d444e18bebcffb410a6a51e', 
    'e11GrZsxqK0JGrxAsV6QTXm6jsAzKh+9v/e5AU+15x8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00034

Result

int(1)