INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '12816e2988b657d1e51f826803992ec3aa11dcefe5b8405991ce876f5d0dd073', 
    'yMBp1hORfpf8xvxLq3y0ItqjdyLT6HRJwGleGk3RcfU=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00029

Result

int(1)